Skip to content

Commit

Permalink
Update docs/appkit/flutter/onboarding/email.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Rawski <[email protected]>
  • Loading branch information
quetool and rtomas authored Oct 14, 2024
1 parent 8551a1f commit f3b4710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/appkit/flutter/onboarding/email.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ final _appKitModal = ReownAppKitModal(

## Options

- **_email: `bool`_** : This boolean defines whether you want to enable email login. Default `true`
- **_email `bool`_** : This boolean defines whether you want to enable email login. Default `true`
- **_socials: `List<AppKitSocialOption>`_** : This list contains the list of social platforms that you want to enable for user authentication. The platforms in the example include Farcaster, X, Discord. Is empty by default, it means that no social options is enabled.
- **showMainWallets `bool`_** : This boolean defines whether you want to show the main wallet options on the first connect screen. If this is `false` it will show a button that directs you to a new screen displaying all avaiable wallets. Default `true`.

Expand Down

0 comments on commit f3b4710

Please sign in to comment.