Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccannon committed Jun 25, 2024
1 parent 3979bf2 commit e1dd0ad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ This was generated with manually generated authentication token.

public class RecoveryForm
{
[EmailAddress] [Required]
[EmailAddress]
[Required]
public string Email { get; set; } = string.Empty;

[Required]
Expand Down

0 comments on commit e1dd0ad

Please sign in to comment.