- FIX mail
This commit is contained in:
@ -76,7 +76,7 @@
|
||||
|
||||
private async Task OnIscrizioneSave()
|
||||
{
|
||||
if (!mail.Contains("@"))
|
||||
if (!mail.Contains("@") || mail.Contains("@ "))
|
||||
{
|
||||
await _dialogService.Alert("Inserire un indirizzo Email valido", "Errore", new ConfirmOptions() { OkButtonText = "Ok" });
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user