1
0
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:
MJebran 2024-10-15 11:07:27 -06:00
parent 09e9adfe20
commit 11972ca040

View File

@ -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;
}