mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-12 11:54:49 +08:00
Refactor toast calls out of auth services. Toasts are now triggered by an observable emission that gets picked up by an observable pipeline in a new `DeviceTrustToastService` (libs/angular). That observable pipeline is then subscribed by by consuming the `AppComponent` for each client.