User registration form with Better Auth integration
Props
redirectToOptionalURL to redirect to after successful registration
Default:
"/dashboard"showGoogleAuthOptionalDisplay Google OAuth sign-in button (requires NEXT_PUBLIC_GOOGLE_OAUTH_ENABLED environment variable)
Default:
trueUsage
<RegistrationForm redirectTo="/dashboard" showGoogleAuth={true} />Category
AuthenticationLibrary
Flowcode Core
coreDependencies
react-hook-formzodzustand
Backend Endpoints
This component requires the following backend endpoints:
auth.signUp.email
File Path
src/libraries/core/components/RegistrationForm.webflow.tsx