diff options
author | David Baker <dave@matrix.org> | 2015-04-02 17:06:17 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-04-02 17:06:17 +0100 |
commit | 41cd778d6672101c7f18fe9acbca74e5d2dccc04 (patch) | |
tree | bbcaecfbfff0f5d4593a9ea9ab595bb3ddb29f16 | |
parent | Add shared secret auth into register v2 and switch the script over. (diff) | |
download | synapse-41cd778d6672101c7f18fe9acbca74e5d2dccc04.tar.xz |
pep8
-rw-r--r-- | synapse/rest/client/v2_alpha/auth.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/rest/client/v2_alpha/auth.py b/synapse/rest/client/v2_alpha/auth.py index 7a518e226f..4c726f05f5 100644 --- a/synapse/rest/client/v2_alpha/auth.py +++ b/synapse/rest/client/v2_alpha/auth.py @@ -90,6 +90,7 @@ if (window.onAuthDone != undefined) { </html> """ + class AuthRestServlet(RestServlet): """ Handles Client / Server API authentication in any situations where it |