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);
|
||||
|
||||
const response = await new Promise((resolve, reject) => {
|
||||
googleScript.onload = function (e) {
|
||||
console.log("GOOGLE script loaded!");
|
||||
console.log(element);
|
||||
if (google) {
|
||||
if (readyStateDispatch) readyStateDispatch(true);
|
||||
|
||||
@ -73,7 +74,7 @@ module.exports = async function loginWithGoogle({ username, database, clientId,
|
||||
gUser: null,
|
||||
accessToken: response.credential,
|
||||
}).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",
|
||||
"version": "1.1.37",
|
||||
"version": "1.1.38",
|
||||
"description": "Cloud-based SQL data management tool",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user