mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
PM-8867 - RecoverDelete comp - fix missing page title (#9660)
This commit is contained in:
@@ -304,14 +304,14 @@ const routes: Routes = [
|
|||||||
{
|
{
|
||||||
path: "recover-delete",
|
path: "recover-delete",
|
||||||
canActivate: [unauthGuardFn()],
|
canActivate: [unauthGuardFn()],
|
||||||
|
data: {
|
||||||
|
pageTitle: "deleteAccount",
|
||||||
|
titleId: "deleteAccount",
|
||||||
|
} satisfies DataProperties & AnonLayoutWrapperData,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: "",
|
path: "",
|
||||||
component: RecoverDeleteComponent,
|
component: RecoverDeleteComponent,
|
||||||
data: {
|
|
||||||
pageTitle: "deleteAccount",
|
|
||||||
titleId: "deleteAccount",
|
|
||||||
} satisfies DataProperties & AnonLayoutWrapperData,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "",
|
path: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user