1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

Integrate changes to translations.

This commit is contained in:
Alec Rippberger
2024-10-14 15:28:32 -05:00
parent 588c65b039
commit ccdfddb052

View File

@@ -204,7 +204,9 @@ const routes: Routes = [
path: "login",
canActivate: [unauthGuardFn()],
data: {
pageTitle: "logInToBitwarden",
pageTitle: {
key: "logInToBitwarden",
},
} satisfies RouteDataProperties & AnonLayoutWrapperData,
children: [
{