mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
updated bit_lic/app-routing module (#6995)
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
import { NgModule } from "@angular/core";
|
||||
import { RouterModule, Routes } from "@angular/router";
|
||||
|
||||
import { deepLinkGuard } from "@bitwarden/web-vault/app/auth/guards/deep-link.guard";
|
||||
|
||||
import { ProvidersModule } from "./admin-console/providers/providers.module";
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
path: "providers",
|
||||
canActivate: [deepLinkGuard()],
|
||||
loadChildren: () => ProvidersModule,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user