GitHub

DaffCustomerChangePasswordSuccess

import { DaffCustomerChangePasswordSuccess } from '@daffodil/customer/state'

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

class DaffCustomerChangePasswordSuccess implements Action {
  readonly type: DaffCustomerActionTypes.CustomerChangePasswordSuccessAction = DaffCustomerActionTypes.CustomerChangePasswordSuccessAction
}