Skip to content

Commit

Permalink
Remove invalid parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Dec 23, 2024
1 parent 17cbfbc commit 6ad886f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ public class ConfirmRecoveryCodeRequest {
@ToString.Exclude
private String nonce;

@Schema(description = "Activation OTP value")
@ToString.Exclude
private String activationOtp;

@Schema(description = "Cryptography protocol version")
@NotBlank(message = "Protocol must not be empty when confirming recovery code")
private String protocolVersion;
Expand Down

0 comments on commit 6ad886f

Please sign in to comment.