GitHub

DaffCustomerChangePasswordSuccess

Indicates a successful password change of the currently logged-in customer.

import { DaffCustomerChangePasswordSuccess } from '@daffodil/customer/state'
class DaffCustomerChangePasswordSuccess implements Action {
  readonly type: DaffCustomerActionTypes.CustomerChangePasswordSuccessAction
}

Properties

Name Type Description
type DaffCustomerActionTypes.CustomerChangePasswordSuccessAction