From 640e3de42e2dda38075a059bd252345bd996aaf5 Mon Sep 17 00:00:00 2001 From: vinu-deriv Date: Tue, 7 Mar 2023 15:44:04 +0400 Subject: [PATCH 1/2] fix: login state handled --- src/common/integrations/GoogleDrive.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/integrations/GoogleDrive.js b/src/common/integrations/GoogleDrive.js index a7564a1ba..b3fa32d27 100644 --- a/src/common/integrations/GoogleDrive.js +++ b/src/common/integrations/GoogleDrive.js @@ -87,6 +87,7 @@ class GoogleDriveUtil { login = () => { gapi.client.setToken(''); this.client.requestAccessToken({ prompt: '' }); + updateLoginStatus(true); }; updateLoginStatus(isLoggedIn) { From 2ea5b9d1bf77d4f7c5f581e1b5001677cd345176 Mon Sep 17 00:00:00 2001 From: vinu-deriv Date: Tue, 7 Mar 2023 15:57:52 +0400 Subject: [PATCH 2/2] fix: login state handled --- src/common/integrations/GoogleDrive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/integrations/GoogleDrive.js b/src/common/integrations/GoogleDrive.js index b3fa32d27..789e72f9c 100644 --- a/src/common/integrations/GoogleDrive.js +++ b/src/common/integrations/GoogleDrive.js @@ -87,7 +87,7 @@ class GoogleDriveUtil { login = () => { gapi.client.setToken(''); this.client.requestAccessToken({ prompt: '' }); - updateLoginStatus(true); + this.updateLoginStatus(true); }; updateLoginStatus(isLoggedIn) { pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy