mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
[PM-20236] update routing for intro carousel so path is not saved during popout (#14300)
This commit is contained in:
@@ -593,6 +593,7 @@ const routes: Routes = [
|
|||||||
path: "intro-carousel",
|
path: "intro-carousel",
|
||||||
component: ExtensionAnonLayoutWrapperComponent,
|
component: ExtensionAnonLayoutWrapperComponent,
|
||||||
canActivate: [],
|
canActivate: [],
|
||||||
|
data: { elevation: 0, doNotSaveUrl: true } satisfies RouteDataProperties,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: "",
|
path: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user