2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

Revert "Add prompt and HD settings to the Google OAuth2 plugin."

This reverts commit f74d6bb605.
This commit is contained in:
Joffrey JAFFEUX 2018-02-22 19:17:02 +01:00
parent ca1fd774a1
commit 1c790ae6bc
2 changed files with 1 additions and 11 deletions

View file

@ -59,9 +59,7 @@ class Auth::GoogleOAuth2Authenticator < Auth::Authenticator
strategy.options[:client_id] = SiteSetting.google_oauth2_client_id
strategy.options[:client_secret] = SiteSetting.google_oauth2_client_secret
},
skip_jwt: true,
prompt: SiteSetting.google_oauth2_prompt,
hd: SiteSetting.google_oauth2_hd
skip_jwt: true
end
protected