From 853d6ebd20bba79d226ef26ae4bfe90048ae0338 Mon Sep 17 00:00:00 2001 From: John Pavlecich Date: Thu, 11 Mar 2021 13:03:47 +0100 Subject: [PATCH] Docs for Hangouts integration: Chrome no longer seems to show oauth_code cookie (#16953) Co-authored-by: Franck Nijhof --- source/_integrations/hangouts.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/hangouts.markdown b/source/_integrations/hangouts.markdown index f3e51502b57..ec60d838fd8 100644 --- a/source/_integrations/hangouts.markdown +++ b/source/_integrations/hangouts.markdown @@ -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.