mirror of
https://github.com/bitwarden/server
synced 2025-12-14 23:33:41 +00:00
verify and disable premium from license check
This commit is contained in:
@@ -167,7 +167,7 @@ namespace Bit.Core.Models.Business
|
||||
if(Version == 1)
|
||||
{
|
||||
return
|
||||
organization.LicenseKey.Equals(LicenseKey, StringComparison.InvariantCultureIgnoreCase) &&
|
||||
organization.LicenseKey.Equals(LicenseKey) &&
|
||||
organization.Enabled == Enabled &&
|
||||
organization.PlanType == PlanType &&
|
||||
organization.Seats == Seats &&
|
||||
|
||||
Reference in New Issue
Block a user