Skip to content

Fix login

Compare
Choose a tag to compare
@jeena jeena released this 05 Dec 22:20
· 10 commits to master since this release

For some reason the JS never got loaded when it was in it's own file, therefor I moved it into the HTML where it gets called.

Also when a session id on the server was expired or something, you weren't able to log out, there is now code which fixes that.