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
undefind and null check
  • Loading branch information
rupato-deriv committed Aug 8, 2022
commit a275422c5acfc9d7a6936e1026f7c29ff5492799
2 changes: 1 addition & 1 deletion src/common/integrations/GoogleDrive.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ class GoogleDriveUtil {
})
.then(
() => {
if (this.auth != null && this.auth != undefined) {
this.auth = gapi.auth2.getAuthInstance();
if (this.auth.isSignedIn != null){
this.auth.isSignedIn.listen(isLoggedIn => this.updateLoginStatus(isLoggedIn));
this.updateLoginStatus(this.auth.isSignedIn.get());
globalObserver.emit('googledrive.initialized', true);
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