Formatting

This commit is contained in:
2020-01-27 08:51:22 -05:00
parent 8ca5105fca
commit 8e32a03b32
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -17,6 +17,7 @@ namespace LeafWeb.WebCms.Models
[DataType(DataType.Password)]
public string Password { get; set; }
[Display(Name = "Verify New Password")]
[Required(ErrorMessage = "Password must match verify exactly")]
[DataType(DataType.Password)]
[Compare("Password")]