1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-20167] Refactor: Remove SeparateCustomRolePermissions feature flag and flagged logic (#15628)

This commit is contained in:
Rui Tomé
2025-07-16 16:36:34 +01:00
committed by GitHub
parent 5b27988454
commit aa8505128f
4 changed files with 3 additions and 44 deletions

View File

@@ -11,7 +11,6 @@ import { ServerConfig } from "../platform/abstractions/config/server-config";
// eslint-disable-next-line @bitwarden/platform/no-enums
export enum FeatureFlag {
/* Admin Console Team */
SeparateCustomRolePermissions = "pm-19917-separate-custom-role-permissions",
CreateDefaultLocation = "pm-19467-create-default-location",
/* Auth */
@@ -78,7 +77,6 @@ const FALSE = false as boolean;
*/
export const DefaultFeatureFlagValue = {
/* Admin Console Team */
[FeatureFlag.SeparateCustomRolePermissions]: FALSE,
[FeatureFlag.CreateDefaultLocation]: FALSE,
/* Autofill */