Skip to content

Commit 12fa160

Browse files
committed
and again
1 parent a857351 commit 12fa160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ def display_gsc_analytics():
987987
st.write("passed silent auth")
988988
else:
989989
st.write("Not authenticated yet. Please log in via Google below:")
990-
oauth2 = OAuth2Component(CLIENT_ID, CLIENT_SECRET, AUTHORIZE_ENDPOINT, TOKEN_ENDPOINT, TOKEN_ENDPOINT, revoke_token_endpoint=REVOKE_ENDPOINT)
990+
oauth2 = OAuth2Component(CLIENT_ID, CLIENT_SECRET, AUTHORIZE_ENDPOINT, TOKEN_ENDPOINT, TOKEN_ENDPOINT, revoke_token_endpoint=REVOKE_ENDPOINT, revocation_endpoint_auth_method='client_secret_post')
991991
result = oauth2.authorize_button(
992992
name="Continue with Google",
993993
icon="https://www.google.com.tw/favicon.ico",

0 commit comments

Comments
 (0)