AlchemyAccountsUIConfig
1 type AlchemyAccountsUIConfig = object;
Defined in: account-kit/react/src/types.ts:5
Properties
Property | Type | Description |
---|---|---|
| ‐ | |
|
| If this is true, then auth components will prompt users to add a passkey after signing in for the first time |
|
| ‐ |
|
| If hideError is true, then the auth component will not render the global error component |
|
| Whether to show the “Sign in” header text in the first auth step |
| () => | ‐ |
|
| Each section can contain multiple auth types which will be grouped together and separated by an OR divider |
| ‐ | |
| This class name will be applied to any modals that are rendered | |
| This is the URL that will be used to link to the support page | |
| Set to “embedded” if the auth component will be rendered within a parent component in your UI. The default “modal” should be used if the auth component will be rendered in a modal overlay. |