mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
add browser redirect from /home to /login with FF on
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user