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

Commit 02d28ff

Browse files
committed
optional chaning
1 parent 3e7c526 commit 02d28ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/integrations/GoogleDrive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class GoogleDriveUtil {
5959
() => {
6060
this.auth = gapi?.auth2?.getAuthInstance?.();
6161
if (this?.auth) {
62-
this.auth?.isSignedIn?.listen(isLoggedIn => this.updateLoginStatus(isLoggedIn));
62+
this.auth.isSignedIn.listen(isLoggedIn => this.updateLoginStatus(isLoggedIn));
6363
this.updateLoginStatus(this.auth.isSignedIn.get());
6464
globalObserver.emit('googledrive.initialized', true);
6565

0 commit comments

Comments
 (0)
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