LoginForm
LoginForm(
props):Element
Sign-in form component with support for email/password and OAuth login.
Parameters
props
See LoginFromProps
Returns
Element
Example
<LoginForm
oAuthLoginConfigs={[
getGoogleOAuthConfig(),
getMicrosoftOAuthConfig(),
getFacebookOAuthConfig(),
]}
hideSignUpLink={true}
/>