mirror of
https://github.com/bitwarden/server.git
synced 2025-06-20 02:48:03 -05:00
Make signedpublickey optional
This commit is contained in:
parent
66333061a2
commit
b7079cefcf
@ -8,7 +8,7 @@ public class PublicKeyEncryptionKeyPairRequestModel
|
||||
{
|
||||
[EncryptedString] public required string WrappedPrivateKey { get; set; }
|
||||
public required string PublicKey { get; set; }
|
||||
public required string SignedPublicKey { get; set; }
|
||||
public string? SignedPublicKey { get; set; }
|
||||
|
||||
public PublicKeyEncryptionKeyPairData ToPublicKeyEncryptionKeyPairData()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user