bump jslib (#471)

This commit is contained in:
Addison Beck 2022-02-09 17:47:00 -05:00 committed by GitHub
parent e515ec2625
commit 2ae2fdfd14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit 8130fce40459d6597239eb283e1c8dfc28edb16f
Subproject commit b7bb16c18a4bcd47988397bcf089fe6d895256b9

View File

@ -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),