Modal Customization
TheCrossmintAuthProvider
component allows you to customize the authentication modal appearance and content.
Modal props
Prop | Type | Description |
---|---|---|
authModalTitle | string | Custom title displayed at the top of the authentication modal |
termsOfServiceText | string | ReactNode | Custom terms of service text displayed below the authentication form |
appearance | UIConfig | Styling configuration for the modal (see example above) |
Embedded Login
For a more integrated experience, you can use our embedded login component, which offers flexibility to display the login form in your own modal or as part of a split login screen.Email Customization
Email OTP is a login method that allows users to sign in to your app using their email address. They receive a one-time code via email that they can use to log in. You can customize the email template to align with your brand’s identity. We strongly recommend doing so, as it increases user trust and security. To modify the email template:- In the Crossmint Console, click on Settings, and navigate to the Branding tab.
- Here, you can customize:
- The logo displayed in the email with your logo.
- The display name textbox to include your brand’s name.
When customizing email text, avoid using terms like “airdrop”, “token”, or “crypto” as these can trigger spam
filters and hurt email deliverability.
