mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
bump jslib (#471)
This commit is contained in:
parent
e515ec2625
commit
2ae2fdfd14
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit 8130fce40459d6597239eb283e1c8dfc28edb16f
|
Subproject commit b7bb16c18a4bcd47988397bcf089fe6d895256b9
|
@ -347,7 +347,6 @@ export class Main {
|
|||||||
const userId = await this.stateService.getUserId();
|
const userId = await this.stateService.getUserId();
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
this.syncService.setLastSync(new Date(0)),
|
this.syncService.setLastSync(new Date(0)),
|
||||||
this.tokenService.clearToken(),
|
|
||||||
this.cryptoService.clearKeys(),
|
this.cryptoService.clearKeys(),
|
||||||
this.settingsService.clear(userId),
|
this.settingsService.clear(userId),
|
||||||
this.cipherService.clear(userId),
|
this.cipherService.clear(userId),
|
||||||
|
Loading…
Reference in New Issue
Block a user