1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-09 19:28:06 +01:00

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", path: "login",
canActivate: [unauthGuardFn()], canActivate: [unauthGuardFn()],
data: {
pageTitle: "logInToBitwarden",
} satisfies DataProperties & AnonLayoutWrapperData,
children: [ children: [
{ {
path: "", path: "",
@ -269,9 +272,6 @@ const routes: Routes = [
outlet: "environment-selector", outlet: "environment-selector",
}, },
], ],
data: {
pageTitle: "logIn",
},
}, },
{ {
path: "lock", path: "lock",

View File

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

View File

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