1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-31 07:33:23 +00:00

Fix translations.

This commit is contained in:
Alec Rippberger
2024-10-15 16:42:58 -05:00
parent 38051c9e7d
commit 28aae75abf
3 changed files with 7 additions and 3 deletions

View File

@@ -177,7 +177,9 @@ const routes: Routes = [
path: "login",
canActivate: [maxAccountsGuardFn()],
data: {
pageTitle: "logInToBitwarden",
pageTitle: {
key: "logInToBitwarden",
},
},
children: [
{ path: "", component: LoginComponent },