Skip to content
Snippets Groups Projects
Commit 9f357da5 authored by Turid Cecilie Dahl's avatar Turid Cecilie Dahl
Browse files

enter removes keypad in login when on password and have to click on password to enter

parent e165814d
No related branches found
No related tags found
1 merge request!63Resolve "Remove report from State"
...@@ -56,6 +56,8 @@ public class LoginState extends State { ...@@ -56,6 +56,8 @@ public class LoginState extends State {
} }
} }
}); });
usernameInputField.setFocusTraversal(false);
return usernameInputField; return usernameInputField;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment