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