updates
This commit is contained in:
parent
cbda6d0c81
commit
84ca2fe08d
@ -52,8 +52,9 @@ module.exports = async function loginWithGoogle({ username, database, clientId,
|
|||||||
|
|
||||||
document.body.appendChild(googleScript);
|
document.body.appendChild(googleScript);
|
||||||
|
|
||||||
const response = await new Promise((resolve, reject) => {
|
|
||||||
googleScript.onload = function (e) {
|
googleScript.onload = function (e) {
|
||||||
|
console.log("GOOGLE script loaded!");
|
||||||
|
console.log(element);
|
||||||
if (google) {
|
if (google) {
|
||||||
if (readyStateDispatch) readyStateDispatch(true);
|
if (readyStateDispatch) readyStateDispatch(true);
|
||||||
|
|
||||||
@ -73,7 +74,7 @@ module.exports = async function loginWithGoogle({ username, database, clientId,
|
|||||||
gUser: null,
|
gUser: null,
|
||||||
accessToken: response.credential,
|
accessToken: response.credential,
|
||||||
}).then((result) => {
|
}).then((result) => {
|
||||||
resolve(result);
|
console.log(result);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -107,7 +108,6 @@ module.exports = async function loginWithGoogle({ username, database, clientId,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////
|
||||||
//////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////
|
||||||
@ -178,6 +178,4 @@ module.exports = async function loginWithGoogle({ username, database, clientId,
|
|||||||
//////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////
|
||||||
//////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////
|
||||||
//////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
return response;
|
|
||||||
};
|
};
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "datasquirel",
|
"name": "datasquirel",
|
||||||
"version": "1.1.37",
|
"version": "1.1.38",
|
||||||
"description": "Cloud-based SQL data management tool",
|
"description": "Cloud-based SQL data management tool",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user