1
0
mirror of https://github.com/bitwarden/server synced 2025-12-14 23:33:41 +00:00

add vault skeleton loader feature flag (#6566)

This commit is contained in:
Nick Krantz
2025-11-11 14:29:55 -06:00
committed by GitHub
parent db36c52c62
commit ea233580d2

View File

@@ -252,6 +252,7 @@ public static class FeatureFlagKeys
public const string PM22136_SdkCipherEncryption = "pm-22136-sdk-cipher-encryption";
public const string PM23904_RiskInsightsForPremium = "pm-23904-risk-insights-for-premium";
public const string PM25083_AutofillConfirmFromSearch = "pm-25083-autofill-confirm-from-search";
public const string VaultLoadingSkeletons = "pm-25081-vault-skeleton-loaders";
/* Innovation Team */
public const string ArchiveVaultItems = "pm-19148-innovation-archive";