mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
handle browser routing and basic browser template
This commit is contained in:
@@ -20,6 +20,7 @@ export function unauthUiRefreshSwap(
|
||||
defaultComponent: Type<any>,
|
||||
refreshedComponent: Type<any>,
|
||||
options: Route,
|
||||
altOptions?: Route,
|
||||
): Routes {
|
||||
return componentRouteSwap(
|
||||
defaultComponent,
|
||||
@@ -29,5 +30,6 @@ export function unauthUiRefreshSwap(
|
||||
return configService.getFeatureFlag(FeatureFlag.UnauthenticatedExtensionUIRefresh);
|
||||
},
|
||||
options,
|
||||
altOptions,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user