changed name from hasher to util
This commit is contained in:
@@ -266,7 +266,7 @@ namespace ClientApp.Utils
|
||||
public void tryLogin(string username, string password)
|
||||
{
|
||||
|
||||
string hashPassword = Hashing.Hasher.HashString(password);
|
||||
string hashPassword = Util.Hasher.HashString(password);
|
||||
|
||||
byte[] message = DataParser.getJsonMessage(DataParser.GetLoginJson(username, hashPassword));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user