mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-14 10:26:19 +01:00
1e80c4335f
* [bug] Ensure accounts logging out in the background doesn't impact active account ui The main issue here: inactive accounts with a logout timeout actually log out the active account" is fixed by pulling in jslib. These changes are for some asthetic issues I noticed, where inactive accounts logging out still fires a switchAccount event, which causes a loading spinner to appear and a sync that redraws the vault. * Only load if the account being logged out is the active account: * Replaced any calls to `stateService.activeAccount.getValue` with references to `this.activeUserId`, since we subscribe to that in the component now. * Only send a "switchAccount" method if the active user before a clean and after a clean don't match * [bug] Ensure default vault timeout is set to On Restart We dont override the StateMigrationService instance that is injected in desktop, so it is not aware of desktop defaults. This results in fresh accounts having a "Never" timeout action insteads of "On Restart" * Use the correct StateMigrationService instance * update jslib |
||
---|---|---|
.. | ||
accounts | ||
components | ||
layout | ||
send | ||
vault | ||
app-routing.module.ts | ||
app.component.ts | ||
app.module.ts | ||
main.ts | ||
services.module.ts |