From 597ee8a9dcb86efb0795821d682ae153528b5c6b Mon Sep 17 00:00:00 2001 From: Alec Rippberger Date: Wed, 16 Oct 2024 11:10:26 -0500 Subject: [PATCH] Update v1 web login title. --- apps/web/src/app/oss-routing.module.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/web/src/app/oss-routing.module.ts b/apps/web/src/app/oss-routing.module.ts index 51e41dcf95..01d02b9b8b 100644 --- a/apps/web/src/app/oss-routing.module.ts +++ b/apps/web/src/app/oss-routing.module.ts @@ -197,7 +197,9 @@ const routes: Routes = [ }, ], data: { - pageTitle: "logIn", + pageTitle: { + key: "logIn", + }, }, }, {