Skip to content

Commit 9753a37

Browse files
committed
Update UAuth in docs
1 parent a734637 commit 9753a37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/lib/services/onboard.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ const intiOnboard = async (theme) => {
9999
const uauthOptions = {
100100
clientID: 'a25c3a65-a1f2-46cc-a515-a46fe7acb78c',
101101
redirectUri: 'http://localhost:8080/',
102-
scope: 'openid wallet email:optional humanity_check:optional profile:optional social:optional'
102+
scope: 'openid wallet email:optional humanity_check:optional profile:optional social:optional',
103+
walletConnectProjectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5'
103104
}
104105
const uauth = uauthModule(uauthOptions)
105106

0 commit comments

Comments
 (0)