Fixed bug

- No error was given if login failed
This commit is contained in:
Lukas Metzger 2016-01-24 20:26:03 +01:00
parent 8df9c384c3
commit d415eca16e

View file

@ -9,7 +9,7 @@
.vspacer-100 { height: 100px; }
.vspacer-150 { height: 150px; }
.defaulthidden { display: none !important; }
.defaulthidden { display: none; }
.cursor-pointer {cursor: pointer; }