From d402338850740513f917440e904af4c761817f97 Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 2 Mar 2025 16:06:33 +0000 Subject: [PATCH] Update html/login/google-login.php --- html/login/google-login.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/login/google-login.php b/html/login/google-login.php index 40428f77..9590c902 100755 --- a/html/login/google-login.php +++ b/html/login/google-login.php @@ -1,11 +1,11 @@ setClientId('492430091865-vtggls1qrvs2snmeidp12gupsm964f4b.apps.googleusercontent.com'); -$client->setClientSecret('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'); +$client->setClientId('your_google_client_id'); +$client->setClientSecret('your_client_secret'); $client->setRedirectUri('https://e59.fr/login/google-callback.php'); $client->addScope("email"); $client->addScope("profile");