Skip to content
Snippets Groups Projects
Commit 3a6d3cf0 authored by Mads Lundegaard's avatar Mads Lundegaard
Browse files

BugFix

parent 41826e36
No related branches found
No related tags found
2 merge requests!104Weekly merge to Master,!72Remove service test
......@@ -38,6 +38,7 @@ public class Login {
* @throws IOException
*/
public void login(ActionEvent actionEvent) throws IOException {
userService = new UserService();
String username = Username.getText();
String password = Password.getText();
if(userService.logIn(username, password)); {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment