1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-22 21:21:35 +01:00

Integrate changes to translations.

This commit is contained in:
Alec Rippberger 2024-10-14 15:28:32 -05:00
parent 588c65b039
commit ccdfddb052
No known key found for this signature in database
GPG Key ID: 9DD8DA583B28154A

View File

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