Properties
Static EmailPasswordAuth
EmailPasswordAuth: FC<PropsWithChildren<{ requireAuth?: false | true; onSessionExpired?: any }>> = EmailPasswordAuth
Static EmailVerificationTheme
EmailVerificationTheme: (props: EmailVerificationThemeProps) => JSX.Element = EmailVerificationTheme
Type declaration
- (props: EmailVerificationThemeProps): JSX.Element
Parameters
props: EmailVerificationThemeProps
Returns JSX.Element
Static ResetPasswordUsingTokenTheme
ResetPasswordUsingTokenTheme: (props: ResetPasswordUsingTokenThemeProps) => JSX.Element = ResetPasswordUsingTokenTheme
Type declaration
- (props: ResetPasswordUsingTokenThemeProps): JSX.Element
Parameters
props: ResetPasswordUsingTokenThemeProps
Returns JSX.Element
Static SignInAndUpTheme
SignInAndUpTheme: (props: SignInAndUpThemeProps) => JSX.Element = SignInAndUpTheme
Type declaration
- (props: SignInAndUpThemeProps): JSX.Element
Parameters
props: SignInAndUpThemeProps
Returns JSX.Element