1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

[SM-630] fix onboarding persistence (#4968)

This commit is contained in:
Will Martin
2023-03-09 13:39:38 -05:00
committed by GitHub
parent 702a84d9ef
commit 5caabd7157

View File

@@ -91,7 +91,6 @@ export class OverviewComponent implements OnInit, OnDestroy {
) {} ) {}
ngOnInit() { ngOnInit() {
this.stateService.setSMOnboardingTasks(null);
const orgId$ = this.route.params.pipe( const orgId$ = this.route.params.pipe(
map((p) => p.organizationId), map((p) => p.organizationId),
distinctUntilChanged() distinctUntilChanged()