mirror of
https://github.com/bitwarden/server.git
synced 2025-06-20 02:48: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;
|
namespace Bit.Core.KeyManagement.UserKey.Implementations;
|
||||||
|
|
||||||
|
/// <inheritdoc />
|
||||||
public class RotateUserAccountKeysCommand : IRotateUserAccountKeysCommand
|
public class RotateUserAccountKeysCommand : IRotateUserAccountKeysCommand
|
||||||
{
|
{
|
||||||
private readonly IUserService _userService;
|
private readonly IUserService _userService;
|
||||||
@ -67,7 +68,6 @@ public class RotateUserAccountKeysCommand : IRotateUserAccountKeysCommand
|
|||||||
_userSignatureKeyPairRepository = userSignatureKeyPairRepository;
|
_userSignatureKeyPairRepository = userSignatureKeyPairRepository;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public async Task<IdentityResult> RotateUserAccountKeysAsync(User user, RotateUserAccountKeysData model)
|
public async Task<IdentityResult> RotateUserAccountKeysAsync(User user, RotateUserAccountKeysData model)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user