mirror of
https://github.com/bitwarden/server.git
synced 2025-12-11 04:34:37 -06:00
fix TDE offboarding event type (#6076)
This commit is contained in:
parent
df004d0af0
commit
1176b18d44
@ -91,7 +91,7 @@ public class TdeOffboardingPasswordCommand : ITdeOffboardingPasswordCommand
|
||||
user.MasterPasswordHint = hint;
|
||||
|
||||
await _userRepository.ReplaceAsync(user);
|
||||
await _eventService.LogUserEventAsync(user.Id, EventType.User_UpdatedTempPassword);
|
||||
await _eventService.LogUserEventAsync(user.Id, EventType.User_TdeOffboardingPasswordSet);
|
||||
await _pushService.PushLogOutAsync(user.Id);
|
||||
|
||||
return IdentityResult.Success;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user