updated validation on advanced search

This commit is contained in:
2021-12-07 11:18:16 +00:00
parent bcfef0ec91
commit 4d505603f9
5 changed files with 94 additions and 38 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export const getGGToken = (tokenURL, authCode, redirectUri) => {
redirectUri;
const basicAuthBase64 = (ggClientID + ":" + ggClientSecret).toString();
console.log("base64 " + Base64.encode(basicAuthBase64));
//console.log("base64 " + Base64.encode(basicAuthBase64));
const tokenConfig = {
headers: {