1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Remove call to tokenService.clear() from logout

This commit is contained in:
Robyn MacCallum
2022-02-10 19:26:20 -05:00
parent 776c7a6446
commit 2e9d141952

View File

@@ -210,7 +210,6 @@ export class AppComponent implements OnDestroy, OnInit {
await Promise.all([
this.eventService.clearEvents(),
this.syncService.setLastSync(new Date(0)),
this.tokenService.clearToken(),
this.cryptoService.clearKeys(),
this.settingsService.clear(userId),
this.cipherService.clear(userId),