mirror of
https://github.com/bitwarden/server.git
synced 2025-06-19 18:38:03 -05:00
Undo comments change
This commit is contained in:
parent
4553ad50ee
commit
76e9be5ef6
@ -12,6 +12,7 @@ using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace Bit.Core.KeyManagement.UserKey.Implementations;
|
||||
|
||||
/// <inheritdoc />
|
||||
public class RotateUserAccountKeysCommand : IRotateUserAccountKeysCommand
|
||||
{
|
||||
private readonly IUserService _userService;
|
||||
@ -67,7 +68,6 @@ public class RotateUserAccountKeysCommand : IRotateUserAccountKeysCommand
|
||||
_userSignatureKeyPairRepository = userSignatureKeyPairRepository;
|
||||
}
|
||||
|
||||
|
||||
/// <inheritdoc />
|
||||
public async Task<IdentityResult> RotateUserAccountKeysAsync(User user, RotateUserAccountKeysData model)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user