LoginConfig interface
Signature:
export interface LoginConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
onError? | (error: string) => void | (Optional) Function to run on error. | |
redirectTo? | string | (Optional) The URL to redirect to on login. |
Signature:
export interface LoginConfig
Property | Modifiers | Type | Description |
---|---|---|---|
onError? | (error: string) => void | (Optional) Function to run on error. | |
redirectTo? | string | (Optional) The URL to redirect to on login. |