mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
all not self-hosted gets cloud storage dp keys
This commit is contained in:
@ -305,15 +305,6 @@ namespace Bit.Core.Utilities
|
||||
return JsonConvert.DeserializeObject<T>(JsonConvert.SerializeObject(obj));
|
||||
}
|
||||
|
||||
public static bool FullFramework()
|
||||
{
|
||||
#if NET461
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
public static bool SettingHasValue(string setting)
|
||||
{
|
||||
if(string.IsNullOrWhiteSpace(setting) || setting.Equals("SECRET") || setting.Equals("REPLACE"))
|
||||
|
Reference in New Issue
Block a user