We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a734637 commit 9753a37Copy full SHA for 9753a37
docs/src/lib/services/onboard.js
@@ -99,7 +99,8 @@ const intiOnboard = async (theme) => {
99
const uauthOptions = {
100
clientID: 'a25c3a65-a1f2-46cc-a515-a46fe7acb78c',
101
redirectUri: 'http://localhost:8080/',
102
- scope: 'openid wallet email:optional humanity_check:optional profile:optional social:optional'
+ scope: 'openid wallet email:optional humanity_check:optional profile:optional social:optional',
103
+ walletConnectProjectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5'
104
}
105
const uauth = uauthModule(uauthOptions)
106
0 commit comments