Skip to main content

Overview

SignIn component is a user interface element for handling user sign-in. It includes fields for email and password, OAuth section and provides callbacks for handling sign-in completion and for navigation to sign-up and forgotten password pages.
You can not customize this component layout structure, design or content.
<SignIn /> form

form

Props

callback
required
A callback function that is called when the sign-in process is successfully completed.
callback
An optional callback function that is called when the user clicks the sign-up link.
callback
An optional callback function that is called when the user clicks the “forgot password” link.

Example Usage

Reference:
sign-in.tsx