[PM-20236] update routing for intro carousel so path is not saved during popout (#14300)

pull/14321/head
Jason Ng 1 year ago committed by GitHub
parent 3c3a0e65d8
commit 4b45bfaeeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -593,6 +593,7 @@ const routes: Routes = [
path: "intro-carousel",
component: ExtensionAnonLayoutWrapperComponent,
canActivate: [],
data: { elevation: 0, doNotSaveUrl: true } satisfies RouteDataProperties,
children: [
{
path: "",

Loading…
Cancel
Save