mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
Fix translations.
This commit is contained in:
@@ -454,7 +454,9 @@ const routes: Routes = [
|
||||
canActivate: [unauthGuardFn(unauthRouteOverrides)],
|
||||
data: {
|
||||
pageIcon: VaultIcon,
|
||||
pageTitle: "logInToBitwarden",
|
||||
pageTitle: {
|
||||
key: "logInToBitwarden",
|
||||
},
|
||||
state: "login",
|
||||
showAcctSwitcher: true,
|
||||
} satisfies RouteDataProperties & ExtensionAnonLayoutWrapperData,
|
||||
|
||||
@@ -177,7 +177,9 @@ const routes: Routes = [
|
||||
path: "login",
|
||||
canActivate: [maxAccountsGuardFn()],
|
||||
data: {
|
||||
pageTitle: "logInToBitwarden",
|
||||
pageTitle: {
|
||||
key: "logInToBitwarden",
|
||||
},
|
||||
},
|
||||
children: [
|
||||
{ path: "", component: LoginComponent },
|
||||
|
||||
Reference in New Issue
Block a user