Skip to content

Commit 1187bce

Browse files
committed
fix: add more verbose logout
1 parent 21db12e commit 1187bce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app-src/scripts/main/global-services/google-api-s.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@
190190
if (this.IS_ELECTRON) {
191191
this.accessToken = undefined;
192192
this.$rootScope.r.googleTokens.accessToken = undefined;
193+
this.$rootScope.r.googleTokens.expiresAt = undefined;
194+
this.$rootScope.r.googleTokens.refreshToken = undefined;
195+
193196
return new Promise((resolve) => {
194197
resolve();
195198
});

0 commit comments

Comments
 (0)