mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 10:43:35 +00:00
Restructure the provider-permissions guard to be Angular 17+ compliant (#9609)
* Document the `provider-permissions` guard in code * Restructure the `provider-permissions` guard to be Angular 17+ compliant
This commit is contained in:
@@ -25,7 +25,6 @@ import { ProviderSubscriptionStatusComponent } from "../../billing/providers/sub
|
||||
import { AddOrganizationComponent } from "./clients/add-organization.component";
|
||||
import { ClientsComponent } from "./clients/clients.component";
|
||||
import { CreateOrganizationComponent } from "./clients/create-organization.component";
|
||||
import { ProviderPermissionsGuard } from "./guards/provider-permissions.guard";
|
||||
import { AcceptProviderComponent } from "./manage/accept-provider.component";
|
||||
import { BulkConfirmComponent } from "./manage/bulk/bulk-confirm.component";
|
||||
import { BulkRemoveComponent } from "./manage/bulk/bulk-remove.component";
|
||||
@@ -77,6 +76,6 @@ import { SetupComponent } from "./setup/setup.component";
|
||||
ProviderPaymentMethodComponent,
|
||||
ProviderSubscriptionStatusComponent,
|
||||
],
|
||||
providers: [WebProviderService, ProviderPermissionsGuard],
|
||||
providers: [WebProviderService],
|
||||
})
|
||||
export class ProvidersModule {}
|
||||
|
||||
Reference in New Issue
Block a user