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