1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

create a LoginSecondaryContentComponent for AnonLayout use

This commit is contained in:
rr-bw
2024-09-10 16:26:54 -07:00
parent b64552f183
commit e2434ff397
6 changed files with 47 additions and 9 deletions

View File

@@ -15,6 +15,7 @@ import {
AnonLayoutWrapperComponent,
AnonLayoutWrapperData,
LoginComponentV2,
LoginSecondaryContentComponent,
RegistrationFinishComponent,
RegistrationStartComponent,
RegistrationStartSecondaryComponent,
@@ -130,6 +131,7 @@ const routes: Routes = [
},
children: [
{ path: "", component: LoginComponentV2 },
{ path: "", component: LoginSecondaryContentComponent, outlet: "secondary" },
{
path: "",
component: EnvironmentSelectorComponent,

View File

@@ -499,6 +499,9 @@
"createAccount": {
"message": "Create account"
},
"newToBitwarden": {
"message": "New to Bitwarden?"
},
"setAStrongPassword": {
"message": "Set a strong password"
},