Add error checking, add method handler for login

This commit is contained in:
manzerbredes 2016-02-04 13:20:45 +01:00
parent 37e02d62c4
commit 784b25754c
5 changed files with 53 additions and 31 deletions

View file

@ -73,6 +73,7 @@
<!-- Include resquest dependencies -->
<script src="./js/requests/identity.js"></script>
<script src="./js/requests/errors.js"></script>
<!-- Include controller -->
<script src="./js/controllers/login.js"></script>