Browse Source

bump jslib (#471)

pull/473/head
Addison Beck 4 years ago committed by GitHub
parent
commit
2ae2fdfd14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      jslib
  2. 1
      src/bw.ts

2
jslib

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

1
src/bw.ts

@ -347,7 +347,6 @@ export class Main { @@ -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),

Loading…
Cancel
Save