mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
Move lastSync State (#10272)
This commit is contained in:
@@ -650,7 +650,6 @@ export class AppComponent implements OnInit, OnDestroy {
|
||||
|
||||
// Provide the userId of the user to upload events for
|
||||
await this.eventUploadService.uploadEvents(userBeingLoggedOut);
|
||||
await this.syncService.setLastSync(new Date(0), userBeingLoggedOut);
|
||||
await this.cryptoService.clearKeys(userBeingLoggedOut);
|
||||
await this.cipherService.clear(userBeingLoggedOut);
|
||||
await this.folderService.clear(userBeingLoggedOut);
|
||||
|
||||
Reference in New Issue
Block a user