1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

Extension: setup EmailEntry state UI

This commit is contained in:
rr-bw
2024-09-12 14:46:42 -07:00
parent 9cb64b59ca
commit e616218de5
5 changed files with 69 additions and 6 deletions

View File

@@ -19,6 +19,18 @@
"createAccount": {
"message": "Create account"
},
"newToBitwarden": {
"message": "New to Bitwarden?"
},
"logInWithPasskey": {
"message": "Log in with passkey"
},
"useSingleSignOn": {
"message": "Use single sign-on"
},
"welcomeBack": {
"message": "Welcome back"
},
"setAStrongPassword": {
"message": "Set a strong password"
},

View File

@@ -17,6 +17,7 @@ import {
AnonLayoutWrapperComponent,
AnonLayoutWrapperData,
LoginComponentV2,
LoginSecondaryContentComponent,
RegistrationFinishComponent,
RegistrationStartComponent,
RegistrationStartSecondaryComponent,
@@ -403,6 +404,7 @@ const routes: Routes = [
}, // TODO-rr-bw: add `satisfies DataProperties & ExtensionAnonLayoutWrapperData
children: [
{ path: "", component: LoginComponentV2 },
{ path: "", component: LoginSecondaryContentComponent, outlet: "secondary" },
{ path: "", component: EnvironmentSelectorComponent, outlet: "environment-selector" },
],
},