Skip to content

Commit

Permalink
Updated uauthOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Shadbolt committed Oct 29, 2024
1 parent fda8a50 commit e7d3f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/lib/services/onboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ const intiOnboard = async theme => {
const finoaconnect = finoaConnectModule(finoaConnectOptions)

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

0 comments on commit e7d3f68

Please sign in to comment.