We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2bc673 commit 75f7533Copy full SHA for 75f7533
examples/react/src/config.ts
@@ -70,9 +70,9 @@ export const connectConfig: ConnectConfig = {
70
export const passportInstance = new passport.Passport({
71
baseConfig: {
72
environment: Environment.SANDBOX,
73
- publishableKey: 'pk_imapik-test-lnUqNu5uDYfKDz_stwpN'
+ publishableKey: 'pk_imapik-test-VEMeW7wUX7hE7LHg3FxY'
74
},
75
- clientId: '420lberPuiZaO6SBX6Anoa7C9kpcsuer',
+ clientId: 'ap8Gv3188GLFROiBFBNFz77DojRpqxnS',
76
redirectUri: `${window.location.origin}/auth/callback`,
77
audience: 'platform_api',
78
scope: 'openid offline_access email transact'
0 commit comments