mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-23 21:31:29 +01:00
add browser redirect from /home to /login with FF on
This commit is contained in:
parent
80fd8bd5b0
commit
236c41e6f8
@ -134,7 +134,8 @@ const routes: Routes = [
|
||||
{
|
||||
path: "home",
|
||||
component: HomeComponent,
|
||||
canActivate: [unauthGuardFn(unauthRouteOverrides)],
|
||||
// TODO-rr-bw: verify if was the correct feature-flag/redirect to use, and should it go in canActivate?
|
||||
canActivate: [unauthGuardFn(unauthRouteOverrides), extensionRefreshRedirect("login")],
|
||||
data: { state: "home" },
|
||||
},
|
||||
...extensionRefreshSwap(Fido2V1Component, Fido2Component, {
|
||||
|
@ -56,7 +56,7 @@ export const DefaultFeatureFlagValue = {
|
||||
[FeatureFlag.EnableConsolidatedBilling]: FALSE,
|
||||
[FeatureFlag.AC1795_UpdatedSubscriptionStatusSection]: FALSE,
|
||||
[FeatureFlag.EnableDeleteProvider]: FALSE,
|
||||
[FeatureFlag.ExtensionRefresh]: FALSE,
|
||||
[FeatureFlag.ExtensionRefresh]: true,
|
||||
[FeatureFlag.PersistPopupView]: FALSE,
|
||||
[FeatureFlag.PM4154_BulkEncryptionService]: FALSE,
|
||||
[FeatureFlag.UseTreeWalkerApiForPageDetailsCollection]: FALSE,
|
||||
|
Loading…
Reference in New Issue
Block a user