mirror of
https://github.com/bitwarden/server.git
synced 2025-02-27 03:41:30 +01:00
revise user
This commit is contained in:
parent
fcd63a66e0
commit
cdc5310fc3
@ -949,6 +949,7 @@ namespace Bit.Core.Services
|
||||
{
|
||||
user.Premium = true;
|
||||
user.MaxStorageGb = 10240; // 10 TB
|
||||
user.RevisionDate = DateTime.UtcNow;
|
||||
await _userRepository.ReplaceAsync(user);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user