Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

fix for smartcharts and google drive issigned in #3707

Merged
merged 12 commits into from
Aug 8, 2022
Prev Previous commit
Next Next commit
circle ci fix
  • Loading branch information
rupato-deriv committed Aug 8, 2022
commit 932b3323764b41e7f4e5fd5c5f68b9f8a97c465d
2 changes: 1 addition & 1 deletion src/common/integrations/GoogleDrive.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class GoogleDriveUtil {
})
.then(
() => {
if (this.auth != null && this.auth != undefined) {
if (this.auth !== null && this.auth !== undefined) {
this.auth = gapi.auth2.getAuthInstance();
this.auth.isSignedIn.listen(isLoggedIn => this.updateLoginStatus(isLoggedIn));
this.updateLoginStatus(this.auth.isSignedIn.get());
Expand Down
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