mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
pass down version properly to generate license (#880)
This commit is contained in:
@@ -1313,7 +1313,7 @@ namespace Bit.Core.Services
|
||||
}
|
||||
|
||||
var subInfo = await _paymentService.GetSubscriptionAsync(organization);
|
||||
return new OrganizationLicense(organization, subInfo, installationId, _licensingService);
|
||||
return new OrganizationLicense(organization, subInfo, installationId, _licensingService, version);
|
||||
}
|
||||
|
||||
public async Task ImportAsync(Guid organizationId,
|
||||
|
||||
Reference in New Issue
Block a user