mirror of
https://github.com/bitwarden/server.git
synced 2025-04-11 08:08:14 -05:00
revise user
This commit is contained in:
parent
fcd63a66e0
commit
cdc5310fc3
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user