fix verifica utente

This commit is contained in:
Samuele E. Locatelli
2018-07-02 18:16:09 +02:00
parent fdd1d4be00
commit 63ce983fac
+1 -1
View File
@@ -622,7 +622,7 @@ namespace SteamWare
bool answ = false;
try
{
answ = taUtenti.getByEmail(email).Rows.Count > 0;
answ = taUtenti.getByEmail(_username).Rows.Count > 0;
}
catch
{ }