Skip to content

Commit

Permalink
Update docs/appkit/shared/socials.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-710 authored Oct 15, 2024
1 parent ee278ad commit 1a02f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/appkit/shared/socials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const modal = createAppKit({
## Options

- **_email [boolean]_** : This boolean defines whether you want to enable email login. Default `true`
- **_socials [array]_** : This array contains the list of social platforms that you want to enable for user authentication. The platforms in the example include Google, X, GitHub, Discord, Apple, Facebook and Farcaster. The default value of `undefined` displays everything. Set it to `false` to disable this feature.
- **_socials [array]_** : This array contains the list of social platforms that you want to enable for user authentication. The platforms in the example include Google, X, GitHub, Discord, Apple, Facebook and Farcaster. The default value of `undefined` displays everything. Set it to `false` to disable this feature. You can also pass an empty array to disable it.
- **_emailShowWallets [boolean]_** : This boolean defines whether you want to show the wallet options on the first connect screen. If this is false and `socials` are enabled, it will show a button that directs you to a new screen displaying the wallet options. Default `true`

## User flow
Expand Down

0 comments on commit 1a02f65

Please sign in to comment.