From 89d18ebe5166af7793ce7c844005ffdd4d1d087c Mon Sep 17 00:00:00 2001 From: Nick Taras Date: Wed, 13 Sep 2023 17:35:06 +1000 Subject: [PATCH] updated the callback uri and api endpoints to staging env --- socios-oauth2/public/socios-client-config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/socios-oauth2/public/socios-client-config.js b/socios-oauth2/public/socios-client-config.js index 659d709fe..7511fd194 100644 --- a/socios-oauth2/public/socios-client-config.js +++ b/socios-oauth2/public/socios-client-config.js @@ -9,20 +9,20 @@ const sociosClientConfig = () => { contract: "0x3506424F91fD33084466F402d5D97f05F8e3b4AF", oAuth2options: { consumerKey: "PBK9Mx_ffFRUPHW9BLTxnGHRdywa", - redirectURI: "http://localhost:5000/user-login-callback", + redirectURI: "https://socios-oauth2.tokenscript.org/user-login-callback", partnerTag: "smarttokenlabs", returnToApplicationURL: "/index.html", endpoints: { redirectURI: { - path: "http://localhost:5000/user-login-callback", + path: "https://socios-oauth2.tokenscript.org/user-login-callback", params: {} }, userBalance: { - path: 'http://localhost:5000/user-balance', + path: 'https://socios-oauth2.tokenscript.org/user-login-callback', params: {} }, userNfts: { - path: 'http://localhost:5000/user-nfts', + path: 'https://socios-oauth2.tokenscript.org/user-login-callback', params: {} }, }