GitHub

DaffResetPasswordLanding

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

An action triggered upon the user navigating to the reset password page from the link in their email.

class DaffResetPasswordLanding implements Action {
  readonly type: DaffAuthResetPasswordActionTypes.ResetPasswordLandingAction = DaffAuthResetPasswordActionTypes.ResetPasswordLandingAction
  token: string
}