GitHub

DaffSendResetEmailFailure

import { DaffSendResetEmailFailure } from '@daffodil/auth/state'

An action triggered upon a failure to send the reset password email.

class DaffSendResetEmailFailure implements Action {
  readonly type: DaffAuthResetPasswordActionTypes.SendResetEmailFailureAction = DaffAuthResetPasswordActionTypes.SendResetEmailFailureAction
  errorMessage: DaffStateError
}