1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-11 08:08:14 -05: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.Premium = true;
user.MaxStorageGb = 10240; // 10 TB user.MaxStorageGb = 10240; // 10 TB
user.RevisionDate = DateTime.UtcNow;
await _userRepository.ReplaceAsync(user); await _userRepository.ReplaceAsync(user);
} }