mirror of
https://github.com/bitwarden/server
synced 2025-12-18 17:23:28 +00:00
updated user store to use user service for user update operation. added revision date updates to user service update method.
This commit is contained in:
@@ -70,6 +70,7 @@ namespace Bit.Core.Services
|
||||
throw new ApplicationException("Use register method to create a new user.");
|
||||
}
|
||||
|
||||
user.RevisionDate = DateTime.UtcNow;
|
||||
await _userRepository.ReplaceAsync(user);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user