API Reference
AuthViewPaths
You can customize the paths for the authentication views by providing an AuthViewPaths
object to the <AuthUIProvider>
component.
Prop | Type | Default |
---|---|---|
callback | string | "callback" |
forgotPassword | string | "forgot-password" |
magicLink | string | "magic-link" |
resetPassword | string | "reset-password" |
settings | string | "settings" |
signIn | string | "sign-in" |
signOut | string | "sign-out" |
signUp | string | "sign-up" |