fix verifica utente
This commit is contained in:
@@ -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
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user