DaffResetPassword
An action triggered to initialize a logout request.
import { DaffResetPassword } from '@daffodil/auth/state'
class DaffResetPassword<<T extends DaffAuthResetPasswordInfo = DaffAuthResetPasswordInfo>> implements Action {
readonly type: DaffAuthResetPasswordActionTypes.ResetPasswordAction
info: T
autoLogin: true
}
Properties
Name | Type | Description |
---|---|---|
type | DaffAuthResetPasswordActionTypes.ResetPasswordAction | |
info | T | |
autoLogin | true |