1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05:00

Add feature flag

This commit is contained in:
Thomas Avery 2025-03-25 17:25:20 -05:00
parent d563f3f78a
commit 3facca39ca
No known key found for this signature in database
GPG Key ID: 44A02A0410B0F429

View File

@ -129,6 +129,9 @@ public static class FeatureFlagKeys
/* Auth Team */
public const string PM9112DeviceApprovalPersistence = "pm-9112-device-approval-persistence";
/* Key Management Team */
public const string PM17987_BlockType0 = "pm-17987-block-type-0";
public const string ReturnErrorOnExistingKeypair = "return-error-on-existing-keypair";
public const string UseTreeWalkerApiForPageDetailsCollection = "use-tree-walker-api-for-page-details-collection";
public const string DuoRedirect = "duo-redirect";