Skip to content

Commit

Permalink
updated false type and image for sign in kit (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
moskalyk authored Oct 4, 2024
1 parent 0085a59 commit 1086500
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,26 +60,26 @@ interface CreateConfigOptions {

wagmiConfig?: WagmiConfig // optional wagmiConfig overrides

waasConfigKey: string
waasConfigKey?: string
enableConfirmationModal?: boolean

walletConnect?:
| boolean
| false
| {
projectId: string
}

google?:
| boolean
| false
| {
clientId: string
}

apple?:
| boolean
| false
| {
clientId: string
rediretURI: string
redirectURI: string
}

email?:
Expand Down
Binary file modified public/docs/sign-in-modal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1086500

Please sign in to comment.