Skip to content

Commit 6eb0754

Browse files
authored
Updated uauthOptions (#2308)
1 parent 75b12af commit 6eb0754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/lib/services/onboard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ const intiOnboard = async theme => {
118118
const finoaconnect = finoaConnectModule(finoaConnectOptions)
119119

120120
const uauthOptions = {
121-
clientID: 'a25c3a65-a1f2-46cc-a515-a46fe7acb78c',
122-
redirectUri: 'http://localhost:8080/',
121+
clientID: "a7371c4a-a61e-4fac-af48-4471c2e69e93",
122+
redirectUri: "https://onboard.blocknative.com",
123123
scope: 'openid wallet email:optional humanity_check:optional profile:optional social:optional',
124124
walletConnectProjectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5'
125125
}

0 commit comments

Comments
 (0)