mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
Remove BulkDeviceApproval feature flag (#9931)
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
></button>
|
||||
<bit-menu #headerMenu>
|
||||
<button
|
||||
*ngIf="bulkDeviceApprovalEnabled$ | async"
|
||||
type="button"
|
||||
bitMenuItem
|
||||
(click)="approveAllRequests()"
|
||||
|
||||
@@ -8,7 +8,6 @@ import { OrganizationAuthRequestService } from "@bitwarden/bit-common/admin-cons
|
||||
import { PendingAuthRequestView } from "@bitwarden/bit-common/admin-console/auth-requests/pending-auth-request.view";
|
||||
import { ApiService } from "@bitwarden/common/abstractions/api.service";
|
||||
import { OrganizationUserService } from "@bitwarden/common/admin-console/abstractions/organization-user/organization-user.service";
|
||||
import { FeatureFlag } from "@bitwarden/common/enums/feature-flag.enum";
|
||||
import { ConfigService } from "@bitwarden/common/platform/abstractions/config/config.service";
|
||||
import { CryptoService } from "@bitwarden/common/platform/abstractions/crypto.service";
|
||||
import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
|
||||
@@ -43,9 +42,6 @@ export class DeviceApprovalsComponent implements OnInit, OnDestroy {
|
||||
actionInProgress = false;
|
||||
|
||||
protected readonly Devices = Devices;
|
||||
protected bulkDeviceApprovalEnabled$ = this.configService.getFeatureFlag$(
|
||||
FeatureFlag.BulkDeviceApproval,
|
||||
);
|
||||
|
||||
private destroy$ = new Subject<void>();
|
||||
private refresh$ = new BehaviorSubject<void>(null);
|
||||
|
||||
Reference in New Issue
Block a user