update pageTitle

This commit is contained in:
rr-bw 2024-08-21 12:12:58 -07:00
parent 2d60073430
commit af91d39c57
No known key found for this signature in database
GPG Key ID: 3FA13C3ADEE51D5D
3 changed files with 7 additions and 3 deletions

View File

@ -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",

View File

@ -869,6 +869,9 @@
"logIn": {
"message": "Log in"
},
"logInToBitwarden": {
"message": "Log in to Bitwarden"
},
"verifyIdentity": {
"message": "Verify your Identity"
},

View File

@ -1,4 +1,5 @@
<form [bitSubmit]="submit" [formGroup]="formGroup">
<p>New Component</p>
<!-------------------------
UI STATE 1: Email Entry
-------------------------->