Test 3
This commit is contained in:
parent
037e4e3c6f
commit
70a2ddec87
@ -7,7 +7,6 @@ public class Credentials {
|
|||||||
|
|
||||||
public Credentials(String login, String password) {
|
public Credentials(String login, String password) {
|
||||||
this.hash = Helpers.getHash(password);
|
this.hash = Helpers.getHash(password);
|
||||||
System.out.println(hash);
|
|
||||||
this.login = login;
|
this.login = login;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user