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:
parent
03085ab39b
commit
3ef7b37dc9
2 changed files with 5 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -1152,6 +1152,10 @@ input[type=number] {
|
|||
border: 0;
|
||||
box-shadow: none;
|
||||
left: -9999px;
|
||||
|
||||
&.hide {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
#loginForm {
|
||||
|
|
|
|||
Loading…
Reference in a new issue