From dda17885f9f9102fd8c79ca0a5357cb9f4a6b54d Mon Sep 17 00:00:00 2001 From: Jared Snider <116684653+JaredSnider-Bitwarden@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:06:56 -0400 Subject: [PATCH] PM-8867 - RecoverDelete comp - fix missing page title (#9660) --- apps/web/src/app/oss-routing.module.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/src/app/oss-routing.module.ts b/apps/web/src/app/oss-routing.module.ts index 36cd563bc6..7dafb9ab6a 100644 --- a/apps/web/src/app/oss-routing.module.ts +++ b/apps/web/src/app/oss-routing.module.ts @@ -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: "",