Docs for Hangouts integration: Chrome no longer seems to show oauth_code cookie (#16953)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
John Pavlecich 2021-03-11 13:03:47 +01:00 committed by GitHub
parent 04f47ebd40
commit 853d6ebd20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,9 @@ Once the code is obtained fill in the form with your email, password and the aut
2. Log into your Google account normally.
3. You should be redirected to a loading screen. Copy the `oauth_code` cookie value set by this page and paste it here.
To obtain the `oauth_code` cookie value using Chrome or Firefox, follow the steps below:
To obtain the `oauth_code` cookie value, follow the steps below:
*Note:* If the `oauth_code` cookie is not showing in Chrome, try Firefox.
* Press F12 to open developer tools.
* Select the "Application" (Chrome) or "Storage" (Firefox) tab.