mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
update router config to new style
This commit is contained in:
@@ -394,7 +394,7 @@ const routes: Routes = [
|
||||
path: "blocked-domains",
|
||||
component: BlockedDomainsComponent,
|
||||
canActivate: [authGuard],
|
||||
data: { state: "blocked-domains" } satisfies RouteDataProperties,
|
||||
data: { elevation: 2 } satisfies RouteDataProperties,
|
||||
},
|
||||
...extensionRefreshSwap(ExcludedDomainsV1Component, ExcludedDomainsComponent, {
|
||||
path: "excluded-domains",
|
||||
|
||||
Reference in New Issue
Block a user