GitHub

DaffSendResetEmail

An action triggered to send the specified customer an email to reset their password.

import { DaffSendResetEmail } from '@daffodil/auth/state'
class DaffSendResetEmail implements Action {
  readonly type: DaffAuthResetPasswordActionTypes.SendResetEmailAction
  email: string
}

Properties

Name Type Description
type DaffAuthResetPasswordActionTypes.SendResetEmailAction
email string