File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,10 @@ To enable OAuth2 support:
5555
5656Check which applications can be included in their `Google Data Protocol Directory `_
5757
58- - to force Google to display the account selection screen, add the ``prompt ``
59- parameter with ``select_account `` value::
58+ To allow user selecting Google account to use, add the ``prompt `` parameter with ``select_account `` value::
6059
6160 SOCIAL_AUTH_GOOGLE_OAUTH2_AUTH_EXTRA_ARGUMENTS = {'prompt': 'select_account'}
6261
63- This is particularly useful when users need to select between multiple Google accounts
64- or switch accounts. See `python-social-auth/social-app-django#200 `_ for more details.
65-
6662
6763Google One Tap
6864---------------
@@ -308,4 +304,3 @@ supporting them you can default to the old values by defining this setting::
308304.. _related issue : https://issuetracker.google.com/issues/226157137
309305.. _One Tap snippet : https://developers.google.com/identity/gsi/web/guides/display-google-one-tap
310306.. _load the client library : https://developers.google.com/identity/gsi/web/guides/client-library
311- .. _python-social-auth/social-app-django#200 : https://github.com/python-social-auth/social-app-django/issues/200
You can’t perform that action at this time.
0 commit comments