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