mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00: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