mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
use valid userId when logging out (#9334)
This commit is contained in:
parent
e47f83db80
commit
bc170f5207
@ -1333,7 +1333,7 @@ export default class MainBackground {
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
//Needs to be checked before state is cleaned
|
//Needs to be checked before state is cleaned
|
||||||
const needStorageReseed = await this.needsStorageReseed(userId);
|
const needStorageReseed = await this.needsStorageReseed(userBeingLoggedOut);
|
||||||
|
|
||||||
await this.stateService.clean({ userId: userBeingLoggedOut });
|
await this.stateService.clean({ userId: userBeingLoggedOut });
|
||||||
await this.accountService.clean(userBeingLoggedOut);
|
await this.accountService.clean(userBeingLoggedOut);
|
||||||
|
Loading…
Reference in New Issue
Block a user