mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
fix ==
bug in licensing VerifyData
This commit is contained in:
parent
9fbbf12290
commit
aa045f7775
@ -185,7 +185,7 @@ namespace Bit.Core.Models.Business
|
||||
|
||||
if(valid && Version == 2)
|
||||
{
|
||||
valid = organization.UsersGetPremium = UsersGetPremium;
|
||||
valid = organization.UsersGetPremium == UsersGetPremium;
|
||||
}
|
||||
|
||||
return valid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user