1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-01 11:25:46 +02:00

PM-8867 - RecoverDelete comp - fix missing page title (#9660)

This commit is contained in:
Jared Snider 2024-06-14 14:06:56 -04:00 committed by GitHub
parent 966737c2e2
commit dda17885f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -304,14 +304,14 @@ const routes: Routes = [
{
path: "recover-delete",
canActivate: [unauthGuardFn()],
data: {
pageTitle: "deleteAccount",
titleId: "deleteAccount",
} satisfies DataProperties & AnonLayoutWrapperData,
children: [
{
path: "",
component: RecoverDeleteComponent,
data: {
pageTitle: "deleteAccount",
titleId: "deleteAccount",
} satisfies DataProperties & AnonLayoutWrapperData,
},
{
path: "",