This commit is contained in:
Tben 2023-06-24 09:14:02 +01:00
parent 84ca2fe08d
commit 48bea0745d
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ module.exports = async function loginWithGoogle({ username, database, clientId,
callback: handleCredentialResponse, callback: handleCredentialResponse,
}); });
google.accounts.id.renderButton(document.getElementById("google-identity-button"), { google.accounts.id.renderButton(element, {
theme: "outline", theme: "outline",
size: "large", size: "large",
logo_alignment: "center", logo_alignment: "center",

View File

@ -1,6 +1,6 @@
{ {
"name": "datasquirel", "name": "datasquirel",
"version": "1.1.38", "version": "1.1.39",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {