1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-05 19:42:52 +02:00
bitwarden-browser/apps
Matt Gibson 87b6651f8e
[pm-5287] fix account switch logout routing (#7231)
* Navigate to home from account switcher

Also updates the main background handling of logout to either finish switch or logout, depending on which occurred

* Prefer observable guards

we were racing the account switch process on `accountService` and this async guard. It only depended on account status, which is available from `accountService`, so the correct move was to observe that status.

The unauthGuardFn allows for updating homepage depending on window state because popout windows have different nav to other locations.
2023-12-18 14:23:43 -05:00
..
browser [pm-5287] fix account switch logout routing (#7231) 2023-12-18 14:23:43 -05:00
cli fix: list items lock race (#7133) 2023-12-15 13:13:29 -05:00
desktop Autosync the updated translations (#7235) 2023-12-15 15:28:29 +01:00
web [PM-5299] Extract a danger-zone component (#7220) 2023-12-18 18:34:44 +01:00