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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user