DaffCustomerChangePasswordFailure
A failed customer password change with the error message.
import { DaffCustomerChangePasswordFailure } from '@daffodil/customer/state'
class DaffCustomerChangePasswordFailure implements Action {
readonly type: DaffCustomerActionTypes.CustomerChangePasswordFailureAction
payload: DaffStateError
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCustomerActionTypes.CustomerChangePasswordFailureAction | |
payload | DaffStateError |