mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
license adjustments for premium creation
This commit is contained in:
@ -572,7 +572,7 @@ namespace Bit.Core.Services
|
||||
|
||||
if(_globalSettings.SelfHosted)
|
||||
{
|
||||
user.MaxStorageGb = 10240;
|
||||
user.MaxStorageGb = 10240; // 10 TB
|
||||
user.LicenseKey = license.LicenseKey;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user