Skip to content

Commit b775cf9

Browse files
authored
Apply suggestions from code review
1 parent b650fa2 commit b775cf9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/backends/google.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,10 @@ To enable OAuth2 support:
5555

5656
Check 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

6763
Google 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

0 commit comments

Comments
 (0)