diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-11-11 18:49:45 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-11-11 18:49:45 +0100 |
| commit | eb3c603a39d75e5b2ba80af1efbdbee2e3e35888 (patch) | |
| tree | 7398196c146cca9fff6fb3f18293a204a3a77afa | |
| parent | 5cdcb94d763dec8105fd840ccc15e5c79922e81b (diff) | |
client id was missing gcontent
| -rw-r--r-- | public/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/client.html b/public/client.html index f65ed9e..e5bff14 100644 --- a/public/client.html +++ b/public/client.html @@ -54,7 +54,7 @@ <center> <p>You need to authorize to continue</p> <div id="g_id_onload" - data-client_id="107239014890-eo1vg90jdn2l7fgudsp9mdk8c1nraq0g" + data-client_id="107239014890-eo1vg90jdn2l7fgudsp9mdk8c1nraq0g.apps.googleusercontent.com" data-context="use" data-ux_mode="popup" data-callback="handleCredentialResponse" |
