DaffAuthRegister
An action triggered to initialize a auth register request.
import { DaffAuthRegister } from '@daffodil/auth/state'
class DaffAuthRegister<<T extends DaffAccountRegistration = DaffAccountRegistration>> implements Action {
readonly type: DaffAuthRegisterActionTypes.RegisterAction
registration: T
autoLogin: true
}
Properties
Name | Type | Description |
---|---|---|
type | DaffAuthRegisterActionTypes.RegisterAction | |
registration | T | |
autoLogin | true |