1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

[PM-11661] Add Feature Flag For Storage Reseed Refactor (#4738)

This commit is contained in:
Justin Baur 2024-09-06 09:33:51 -04:00 committed by GitHub
parent c3ba6697e9
commit 8491c58595
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,6 +143,7 @@ public static class FeatureFlagKeys
public const string PersistPopupView = "persist-popup-view";
public const string CipherKeyEncryption = "cipher-key-encryption";
public const string EnableNewCardCombinedExpiryAutofill = "enable-new-card-combined-expiry-autofill";
public const string StorageReseedRefactor = "storage-reseed-refactor";
public static List<string> GetAllKeys()
{