From 5622f2f37451780067d7129eedee7d942ba728d4 Mon Sep 17 00:00:00 2001 From: Evan Sharp Date: Thu, 3 Feb 2022 15:40:32 -0800 Subject: [PATCH] Update Google sign-in button asset URL --- auth-oauth/google.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-oauth/google.php b/auth-oauth/google.php index d79d04e..a20b64b 100644 --- a/auth-oauth/google.php +++ b/auth-oauth/google.php @@ -32,7 +32,7 @@ class GoogleStaffAuthBackend extends ExternalStaffAuthenticationBackend { static $id = "google"; static $name = "Google Plus"; - static $sign_in_image_url = "https://developers.google.com/+/images/branding/sign-in-buttons/White-signin_Long_base_44dp.png"; + static $sign_in_image_url = "https://developers.google.com/identity/images/btn_google_signin_light_normal_web.png"; static $service_name = "Google+"; var $config;