Hide login form when we are already logged in

Otherwise the Lastpass stuff will show up after all, despite
the positioning hack.
This commit is contained in:
Gina Häußge 2017-01-12 14:23:44 +01:00
parent 03085ab39b
commit 3ef7b37dc9
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -1152,6 +1152,10 @@ input[type=number] {
border: 0;
box-shadow: none;
left: -9999px;
&.hide {
display: none;
}
}
#loginForm {