diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-08-14 15:36:40 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-08-14 15:36:40 +0100 |
commit | db3e1d73c6a81bda3b2624596ea9b3f113242d38 (patch) | |
tree | 7c91027f8ffdee353ef4765107f89b07864325ca /webclient/login/login-controller.js | |
parent | Added an access token interceptor to check unknown tokens. (diff) | |
download | synapse-db3e1d73c6a81bda3b2624596ea9b3f113242d38.tar.xz |
Move the unknown token broadcast to the interceptor. Return the $http promise and not a wrapped one via $q. Everything now needs a level deeper nesting. Fixed registration and login.
Diffstat (limited to 'webclient/login/login-controller.js')
-rw-r--r-- | webclient/login/login-controller.js | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/webclient/login/login-controller.js b/webclient/login/login-controller.js |