diff --git a/jslib b/jslib index e0cc754..995ad07 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit e0cc754d6fe962a5e7eae6d1dead8b44606d4853 +Subproject commit 995ad076cca1795ec78f87b81ed3cd2e727703d1 diff --git a/src/bw.ts b/src/bw.ts index da3f408..bd497e1 100644 --- a/src/bw.ts +++ b/src/bw.ts @@ -341,7 +341,6 @@ export class Main { const userId = await this.stateService.getUserId(); await Promise.all([ this.syncService.setLastSync(new Date(0)), - this.tokenService.clearToken(), this.cryptoService.clearKeys(), this.settingsService.clear(userId), this.cipherService.clear(userId),