You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `SignUp` component is a pre-built component that displays all the sign up methods available based on the Stack dashboard configuration.
5
+
# SignUp
6
6
7
-
<Note>
8
-
This component does not redirect a signed-in user. To achieve automatic redirection for signed-in users, you can use the `useUser` hook to check the user's sign-in status and perform the redirection if necessary.
9
-
</Note>
7
+
A component that renders a sign-up page or form.
10
8
11
-

9
+
## Parameters
12
10
13
-
## Props
14
-
-`fullPage` (boolean): Determines whether the component should occupy the full page. Default is `false`.
11
+
-`fullPage` (optional): `boolean` - Determines whether to display the sign-up form as a full page. Default is `false`.
0 commit comments