Test 2
This commit is contained in:
parent
47a7b92917
commit
3d3587b101
@ -7,6 +7,7 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -30,6 +31,6 @@ public class Credentials {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@Test
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user