mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
fix == bug in licensing VerifyData
This commit is contained in:
@@ -185,7 +185,7 @@ namespace Bit.Core.Models.Business
|
||||
|
||||
if(valid && Version == 2)
|
||||
{
|
||||
valid = organization.UsersGetPremium = UsersGetPremium;
|
||||
valid = organization.UsersGetPremium == UsersGetPremium;
|
||||
}
|
||||
|
||||
return valid;
|
||||
|
||||
Reference in New Issue
Block a user