mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
Integrate changes to translations.
This commit is contained in:
@@ -204,7 +204,9 @@ const routes: Routes = [
|
|||||||
path: "login",
|
path: "login",
|
||||||
canActivate: [unauthGuardFn()],
|
canActivate: [unauthGuardFn()],
|
||||||
data: {
|
data: {
|
||||||
pageTitle: "logInToBitwarden",
|
pageTitle: {
|
||||||
|
key: "logInToBitwarden",
|
||||||
|
},
|
||||||
} satisfies RouteDataProperties & AnonLayoutWrapperData,
|
} satisfies RouteDataProperties & AnonLayoutWrapperData,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user