mirror of
https://github.com/bitwarden/browser
synced 2026-01-01 08:03:20 +00:00
[PM-20108] Update account recovery trust prompt, delete organization trust prompt (#14218)
* Update trust prompt and move to shared km module * Delete organization trust component * Update org trust warning message
This commit is contained in:
@@ -9,7 +9,6 @@ import { LayoutComponent, NavigationModule } from "@bitwarden/components";
|
||||
|
||||
import { OrganizationLayoutComponent } from "../admin-console/organizations/layouts/organization-layout.component";
|
||||
import { EventsComponent as OrgEventsComponent } from "../admin-console/organizations/manage/events.component";
|
||||
import { OrganizationTrustComponent } from "../admin-console/organizations/manage/organization-trust.component";
|
||||
import { UserConfirmComponent as OrgUserConfirmComponent } from "../admin-console/organizations/manage/user-confirm.component";
|
||||
import { VerifyRecoverDeleteOrgComponent } from "../admin-console/organizations/manage/verify-recover-delete-org.component";
|
||||
import { AcceptFamilySponsorshipComponent } from "../admin-console/organizations/sponsorships/accept-family-sponsorship.component";
|
||||
@@ -111,7 +110,6 @@ import { SharedModule } from "./shared.module";
|
||||
OrgReusedPasswordsReportComponent,
|
||||
OrgUnsecuredWebsitesReportComponent,
|
||||
OrgUserConfirmComponent,
|
||||
OrganizationTrustComponent,
|
||||
OrgWeakPasswordsReportComponent,
|
||||
PreferencesComponent,
|
||||
PremiumBadgeComponent,
|
||||
@@ -157,7 +155,6 @@ import { SharedModule } from "./shared.module";
|
||||
OrgReusedPasswordsReportComponent,
|
||||
OrgUnsecuredWebsitesReportComponent,
|
||||
OrgUserConfirmComponent,
|
||||
OrganizationTrustComponent,
|
||||
OrgWeakPasswordsReportComponent,
|
||||
PreferencesComponent,
|
||||
PremiumBadgeComponent,
|
||||
|
||||
Reference in New Issue
Block a user