diff --git a/apps/web/src/app/oss-routing.module.ts b/apps/web/src/app/oss-routing.module.ts index 135130d6e6..ba2f1b8f95 100644 --- a/apps/web/src/app/oss-routing.module.ts +++ b/apps/web/src/app/oss-routing.module.ts @@ -258,6 +258,9 @@ const routes: Routes = [ { path: "login", canActivate: [unauthGuardFn()], + data: { + pageTitle: "logInToBitwarden", + } satisfies DataProperties & AnonLayoutWrapperData, children: [ { path: "", @@ -269,9 +272,6 @@ const routes: Routes = [ outlet: "environment-selector", }, ], - data: { - pageTitle: "logIn", - }, }, { path: "lock", diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index 108807b153..97d6ec7aba 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -869,6 +869,9 @@ "logIn": { "message": "Log in" }, + "logInToBitwarden": { + "message": "Log in to Bitwarden" + }, "verifyIdentity": { "message": "Verify your Identity" }, diff --git a/libs/auth/src/angular/login/login.component.html b/libs/auth/src/angular/login/login.component.html index 452cb2154c..27b11171b4 100644 --- a/libs/auth/src/angular/login/login.component.html +++ b/libs/auth/src/angular/login/login.component.html @@ -1,4 +1,5 @@
+

New Component