Login/register/error view updates

This commit is contained in:
Dennis Reimann
2020-07-19 01:20:12 +02:00
parent 892ea0e9af
commit 0e8cd20533
12 changed files with 195 additions and 241 deletions

View File

@@ -6,6 +6,7 @@ namespace BTCPayServer.Models.AccountViewModels
{
[Required]
[EmailAddress]
[Display(Name = "Email address")]
public string Email { get; set; }
[Required]