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 75b12af commit 6eb0754Copy full SHA for 6eb0754
docs/src/lib/services/onboard.js
@@ -118,8 +118,8 @@ const intiOnboard = async theme => {
118
const finoaconnect = finoaConnectModule(finoaConnectOptions)
119
120
const uauthOptions = {
121
- clientID: 'a25c3a65-a1f2-46cc-a515-a46fe7acb78c',
122
- redirectUri: 'http://localhost:8080/',
+ clientID: "a7371c4a-a61e-4fac-af48-4471c2e69e93",
+ redirectUri: "https://onboard.blocknative.com",
123
scope: 'openid wallet email:optional humanity_check:optional profile:optional social:optional',
124
walletConnectProjectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5'
125
}
0 commit comments