mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
issue 1 and 2 are not longer applicable or fixed. issue 3,4 in articale fixed\n\nCo-authored-by: Luris Solis <solisluris@gmail.com>\nCo-authored-by: Benson Bird <bensonbird2@gmail.com>
This commit is contained in:
parent
09e9adfe20
commit
11972ca040
@ -17,8 +17,7 @@ public class PremiumRequestModel : IValidatableObject
|
||||
|
||||
public bool Validate(GlobalSettings globalSettings)
|
||||
{
|
||||
if (!(License == null && !globalSettings.SelfHosted) ||
|
||||
(License != null && globalSettings.SelfHosted))
|
||||
if (!(License == null && !globalSettings.SelfHosted))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user