GitHub

DaffAuthLoginFailure

Action

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

An action triggered upon a failed auth login request.

class DaffAuthLoginFailure implements Action {
  readonly type: DaffAuthLoginActionTypes.LoginFailureAction = DaffAuthLoginActionTypes.LoginFailureAction
  errorMessage: DaffStateError
}