SignUp
The form for users to sign up using email and password.
Overview
SignUp is the form component for users to sign up for new accounts with email and password. It requires email, full name and password to sign up.
Screenshot
Props
Prop Name | Description |
---|---|
logo | This is the logo component to be displayed at the top of the form |
successUrl | The URL to redirect users to after signing up. If no successUrl is provided, the sign up process will redirect users back to the homepage after signing up. |
Source Code
https://github.com/fireactjs/core/blob/main/src/lib/components/auth/SignUp.js