1
0
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:
Bernd Schoolmann 2025-06-16 11:35:48 +02:00
parent 4553ad50ee
commit 76e9be5ef6
No known key found for this signature in database

View File

@ -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)
{