mirror of
https://github.com/bitwarden/server
synced 2025-12-14 23:33:41 +00:00
convert more services to local resources
This commit is contained in:
@@ -280,7 +280,7 @@ namespace Bit.Core.Utilities
|
||||
|
||||
public static bool SettingHasValue(string setting)
|
||||
{
|
||||
if(string.IsNullOrWhiteSpace(setting) || setting.Equals("SECRET"))
|
||||
if(string.IsNullOrWhiteSpace(setting) || setting.Equals("SECRET") || setting.Equals("REPLACE"))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user