mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
update pageTitle
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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
|
||||||
-------------------------->
|
-------------------------->
|
||||||
|
|||||||
Reference in New Issue
Block a user