mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-09 19:28:06 +01:00
update pageTitle
This commit is contained in:
parent
2d60073430
commit
af91d39c57
@ -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
|
||||||
-------------------------->
|
-------------------------->
|
||||||
|
Loading…
Reference in New Issue
Block a user