Skip to content

Commit

Permalink
Remove useless [Required] attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTedder authored Oct 22, 2023
1 parent 1d0c8e9 commit c8507bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LeaderboardBackend/Models/Requests/UserRequests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ public record RecoverAccountRequest

public record ChangePasswordRequest
{
[Required]
public required string Password { get; set; }
}

Expand Down

0 comments on commit c8507bc

Please sign in to comment.