1
0
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:
Kyle Spearrin
2017-08-11 23:08:41 -04:00
parent 9c254a7325
commit 67edcd035c
2 changed files with 26 additions and 12 deletions

View File

@ -572,7 +572,7 @@ namespace Bit.Core.Services
if(_globalSettings.SelfHosted)
{
user.MaxStorageGb = 10240;
user.MaxStorageGb = 10240; // 10 TB
user.LicenseKey = license.LicenseKey;
}
else