mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
[PM-15613] fix incorrect route transitions (#13316)
This commit is contained in:
@@ -287,7 +287,7 @@ const routes: Routes = [
|
|||||||
path: "cipher-password-history",
|
path: "cipher-password-history",
|
||||||
component: PasswordHistoryV2Component,
|
component: PasswordHistoryV2Component,
|
||||||
canActivate: [authGuard],
|
canActivate: [authGuard],
|
||||||
data: { elevation: 1 } satisfies RouteDataProperties,
|
data: { elevation: 4 } satisfies RouteDataProperties,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "add-cipher",
|
path: "add-cipher",
|
||||||
@@ -310,7 +310,7 @@ const routes: Routes = [
|
|||||||
path: "attachments",
|
path: "attachments",
|
||||||
component: AttachmentsV2Component,
|
component: AttachmentsV2Component,
|
||||||
canActivate: [authGuard],
|
canActivate: [authGuard],
|
||||||
data: { elevation: 1 } satisfies RouteDataProperties,
|
data: { elevation: 4 } satisfies RouteDataProperties,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "generator",
|
path: "generator",
|
||||||
@@ -382,7 +382,7 @@ const routes: Routes = [
|
|||||||
path: "premium",
|
path: "premium",
|
||||||
component: PremiumV2Component,
|
component: PremiumV2Component,
|
||||||
canActivate: [authGuard],
|
canActivate: [authGuard],
|
||||||
data: { elevation: 1 } satisfies RouteDataProperties,
|
data: { elevation: 3 } satisfies RouteDataProperties,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "appearance",
|
path: "appearance",
|
||||||
|
|||||||
Reference in New Issue
Block a user