Skip to content
Snippets Groups Projects
Commit ffa40dfb authored by Jasper Koehorst's avatar Jasper Koehorst
Browse files

hide the inlog screen for now

parent 4881c876
Branches
No related tags found
No related merge requests found
Pipeline #39201 passed
......@@ -90,7 +90,7 @@ public class MainView extends AppLayout {
if (credentials != null && credentials.isSuccess()) {
authenticate = new Anchor("user", credentials.getUsername());
} else {
authenticate = new Anchor("login", "Login");
authenticate = new Anchor("", ""); // new Anchor("login", "Login");
}
layout.add(authenticate);
return layout;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment