mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
PM-4950 - Fix hint and verify delete components that had the data in the wrong place (#9877)
This commit is contained in:
@@ -321,28 +321,28 @@ const routes: Routes = [
|
|||||||
{
|
{
|
||||||
path: "verify-recover-delete",
|
path: "verify-recover-delete",
|
||||||
canActivate: [unauthGuardFn()],
|
canActivate: [unauthGuardFn()],
|
||||||
children: [
|
|
||||||
{
|
|
||||||
path: "",
|
|
||||||
component: VerifyRecoverDeleteComponent,
|
|
||||||
data: {
|
data: {
|
||||||
pageTitle: "deleteAccount",
|
pageTitle: "deleteAccount",
|
||||||
titleId: "deleteAccount",
|
titleId: "deleteAccount",
|
||||||
} satisfies DataProperties & AnonLayoutWrapperData,
|
} satisfies DataProperties & AnonLayoutWrapperData,
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
path: "",
|
||||||
|
component: VerifyRecoverDeleteComponent,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "hint",
|
path: "hint",
|
||||||
canActivate: [unauthGuardFn()],
|
canActivate: [unauthGuardFn()],
|
||||||
children: [
|
|
||||||
{
|
|
||||||
path: "",
|
|
||||||
component: HintComponent,
|
|
||||||
data: {
|
data: {
|
||||||
pageTitle: "passwordHint",
|
pageTitle: "passwordHint",
|
||||||
titleId: "passwordHint",
|
titleId: "passwordHint",
|
||||||
} satisfies DataProperties & AnonLayoutWrapperData,
|
} satisfies DataProperties & AnonLayoutWrapperData,
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
path: "",
|
||||||
|
component: HintComponent,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "",
|
path: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user