1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-21 11:35:34 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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