mirror of
https://github.com/bitwarden/server
synced 2025-12-27 13:43:18 +00:00
Undo changes
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user