mirror of
https://github.com/bitwarden/browser
synced 2026-02-27 10:03:23 +00:00
Implement organization integrations page with routing and state management
- Added routing for organization integrations including device management, event management, single sign-on, and user provisioning. - Created OrganizationIntegrationsState to manage integrations and organization data. - Introduced OrganizationIntegrationsResolver for preloading organization and integration data. - Updated components to utilize the new state management and resolver. - Refactored integration routes to follow updated naming conventions.
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
<bit-nav-item
|
||||
icon="bwi-msp"
|
||||
[text]="'integrations' | i18n"
|
||||
route="integrations"
|
||||
route="integrations/single-sign-on"
|
||||
*ngIf="integrationPageEnabled$ | async"
|
||||
></bit-nav-item>
|
||||
<bit-nav-group
|
||||
|
||||
Reference in New Issue
Block a user