diff options
author | David Baker <dave@matrix.org> | 2015-04-23 13:23:44 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-04-23 13:23:44 +0100 |
commit | a2c10d37d7052a1ab6cf7188c3b4d763850e1561 (patch) | |
tree | 0ede78da1d5afe187e16f1edf97c14c566d2843f /synapse/api | |
parent | Remove now-redundant email config (diff) | |
download | synapse-a2c10d37d7052a1ab6cf7188c3b4d763850e1561.tar.xz |
Add an error code to 'missing token' response.
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/auth.py | 3 | ||||
-rw-r--r-- | synapse/api/errors.py | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py |