DaffAuthResetPasswordInfo
import { DaffAuthResetPasswordInfo } from '@daffodil/auth'
interface DaffAuthResetPasswordInfo {
email: string
token: string
password: string
}
Properties
Name | Type | Description |
---|---|---|
string | The customer's email. |
|
token | string | The reset password token. |
password | string | The customer's new password. |