diff --git a/google.php b/google.php index 9429c4bee0178220431aff565263f37718e8310d..387832a1e30287b0bcf92ab6766658e7c102ee71 100644 --- a/google.php +++ b/google.php @@ -29,7 +29,7 @@ if(isset($_GET['action']) && $_GET['action'] == 'login') { 'response_type' => 'code', 'client_id' => $googleClientID, 'redirect_uri' => $baseURL, - 'scope' => 'openid email https://www.googleapis.com/auth/userinfo.profile', + 'scope' => 'openid email', 'state' => $_SESSION['state'] );