mirror of
https://github.com/bitwarden/server.git
synced 2025-12-10 17:45:21 -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;
|
user.MasterPasswordHint = hint;
|
||||||
|
|
||||||
await _userRepository.ReplaceAsync(user);
|
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);
|
await _pushService.PushLogOutAsync(user.Id);
|
||||||
|
|
||||||
return IdentityResult.Success;
|
return IdentityResult.Success;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user