Skip to main content

LoginForm

LoginForm(props): Element

Sign-in form component with support for email/password and OAuth login.

Parameters

props

LoginFromProps

See LoginFromProps

Returns

Element

Example

<LoginForm
oAuthLoginConfigs={[
getGoogleOAuthConfig(),
getMicrosoftOAuthConfig(),
getFacebookOAuthConfig(),
]}
hideSignUpLink={true}
/>