- FIX mail

This commit is contained in:
2026-01-27 09:11:25 +01:00
parent ce46573bf9
commit beb0cf1d38

View File

@ -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;