1
0
mirror of https://github.com/bitwarden/server synced 2025-12-27 13:43:18 +00:00

Undo changes

This commit is contained in:
Bernd Schoolmann
2025-12-02 15:49:21 +01:00
parent b251b078e6
commit 995ab450d7

View File

@@ -3,7 +3,6 @@
using System.ComponentModel.DataAnnotations;
using Bit.Core.Entities;
using Bit.Core.KeyManagement.Models.Api.Request;
using Bit.Core.Utilities;
namespace Bit.Core.Auth.Models.Api.Request.Accounts;
@@ -14,7 +13,6 @@ public class KeysRequestModel
public string PublicKey { get; set; }
[Required]
public string EncryptedPrivateKey { get; set; }
public AccountKeysRequestModel accountKeys { get; set; }
public User ToUser(User existingUser)
{