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:
parent
702a84d9ef
commit
5caabd7157
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user