mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-08 19:18:02 +01:00
add back env selector to 2fa (#9701)
This commit is contained in:
parent
0c6e296dc3
commit
8440759602
@ -258,11 +258,21 @@ const routes: Routes = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "2fa",
|
path: "2fa",
|
||||||
component: TwoFactorComponent,
|
|
||||||
canActivate: [unauthGuardFn()],
|
canActivate: [unauthGuardFn()],
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
path: "",
|
||||||
|
component: TwoFactorComponent,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: "",
|
||||||
|
component: EnvironmentSelectorComponent,
|
||||||
|
outlet: "environment-selector",
|
||||||
|
},
|
||||||
|
],
|
||||||
data: {
|
data: {
|
||||||
pageTitle: "verifyIdentity",
|
pageTitle: "verifyIdentity",
|
||||||
},
|
} satisfies DataProperties & AnonLayoutWrapperData,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "recover-2fa",
|
path: "recover-2fa",
|
||||||
|
Loading…
Reference in New Issue
Block a user