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:
@@ -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,
|
||||
|
||||
@@ -499,6 +499,9 @@
|
||||
"createAccount": {
|
||||
"message": "Create account"
|
||||
},
|
||||
"newToBitwarden": {
|
||||
"message": "New to Bitwarden?"
|
||||
},
|
||||
"setAStrongPassword": {
|
||||
"message": "Set a strong password"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user