Profile email change should check email's availability

This commit is contained in:
nicolas.dorier
2021-02-12 12:21:29 +09:00
parent f4fa7c927c
commit 2e864c32fa
6 changed files with 74 additions and 34 deletions

View File

@@ -17,10 +17,5 @@ namespace BTCPayServer.Models.ManageViewModels
public bool IsEmailConfirmed { get; set; }
[Phone]
[Display(Name = "Phone number")]
[MaxLength(50)]
public string PhoneNumber { get; set; }
}
}