setClientId('948441222188-8qhboq2urr8o9n35mc70s5h2nhd52v0m.apps.googleusercontent.com'); $client->setClientSecret('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'); $client->setRedirectUri($_ENV['HOST'] . '/validate_login.php'); $client->addScope("email"); $client->addScope("profile"); // 👇 Add this to force the account picker $client->setPrompt('select_account'); $login_url = $client->createAuthUrl(); ?>

Log in

or
Don't have an account? Register here. | Forgot your password?