DaffResetPasswordLanding
An action triggered upon the user navigating to the reset password page from the link in their email.
import { DaffResetPasswordLanding } from '@daffodil/auth/state'
class DaffResetPasswordLanding implements Action {
readonly type: DaffAuthResetPasswordActionTypes.ResetPasswordLandingAction
token: DaffAuthResetPasswordInfo['token']
}
Properties
Name | Type | Description |
---|---|---|
type | DaffAuthResetPasswordActionTypes.ResetPasswordLandingAction | |
token | DaffAuthResetPasswordInfo['token'] |