mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
[SM-589][SM-592] Remove router reuse hack (#4913)
* Remove router reuse hack * Add AuthGuard * Change to distinctUntilChanged * Extract show logic
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
</sm-header>
|
||||
|
||||
<div *ngIf="view$ | async as view; else spinner">
|
||||
<sm-onboarding [title]="'getStarted' | i18n">
|
||||
<sm-onboarding [title]="'getStarted' | i18n" *ngIf="showOnboarding" (dismiss)="hideOnboarding()">
|
||||
<sm-onboarding-task
|
||||
[title]="'createServiceAccount' | i18n"
|
||||
(click)="openServiceAccountDialog()"
|
||||
|
||||
Reference in New Issue
Block a user