diff --git a/jslib b/jslib index 8130fce404..b7bb16c18a 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 8130fce40459d6597239eb283e1c8dfc28edb16f +Subproject commit b7bb16c18a4bcd47988397bcf089fe6d895256b9 diff --git a/src/bw.ts b/src/bw.ts index 17711dc638..c3eaa462b8 100644 --- a/src/bw.ts +++ b/src/bw.ts @@ -347,7 +347,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),