1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-27 03:41:30 +01:00

revise user

This commit is contained in:
Kyle Spearrin 2017-08-16 15:53:31 -04:00
parent fcd63a66e0
commit cdc5310fc3

View File

@ -949,6 +949,7 @@ namespace Bit.Core.Services
{
user.Premium = true;
user.MaxStorageGb = 10240; // 10 TB
user.RevisionDate = DateTime.UtcNow;
await _userRepository.ReplaceAsync(user);
}