From eae46a8003309c02577496cf1e9f7c8adc214a74 Mon Sep 17 00:00:00 2001 From: arithmetic1728 Date: Mon, 16 Aug 2021 12:46:57 -0700 Subject: [PATCH] update --- google/oauth2/challenges.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/oauth2/challenges.py b/google/oauth2/challenges.py index c0a335b24..5ae7ebf15 100644 --- a/google/oauth2/challenges.py +++ b/google/oauth2/challenges.py @@ -25,7 +25,7 @@ REAUTH_ORIGIN = "https://accounts.google.com" -SAML_CHALLENGE_MESSAGE = "Please run `gcloud auth login --update-adc` to complete reauthentication with SAML." +SAML_CHALLENGE_MESSAGE = "Please run `gcloud auth login` to complete reauthentication with SAML." def get_user_password(text):