From e1dd0ade7f11d8d60d5e5d5b6010796bf86d6731 Mon Sep 17 00:00:00 2001 From: jrmccannon Date: Tue, 25 Jun 2024 10:20:11 -0500 Subject: [PATCH] formatting --- .../Pages/Account/Recovery.cshtml.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/Passwordless.AspNetIdentity.Example/Pages/Account/Recovery.cshtml.cs b/examples/Passwordless.AspNetIdentity.Example/Pages/Account/Recovery.cshtml.cs index 274529d..76b2c47 100644 --- a/examples/Passwordless.AspNetIdentity.Example/Pages/Account/Recovery.cshtml.cs +++ b/examples/Passwordless.AspNetIdentity.Example/Pages/Account/Recovery.cshtml.cs @@ -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]