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:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user