mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05:00
Enable unassigned items banner for self-host (#3978)
This commit is contained in:
@ -149,7 +149,8 @@ public static class FeatureFlagKeys
|
||||
{
|
||||
{ TrustedDeviceEncryption, "true" },
|
||||
{ Fido2VaultCredentials, "true" },
|
||||
{ DuoRedirect, "true" }
|
||||
{ DuoRedirect, "true" },
|
||||
{ UnassignedItemsBanner, "true"}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user