summary refs log tree commit diff
path: root/synapse/rest
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-04-02 17:06:17 +0100
committerDavid Baker <dave@matrix.org>2015-04-02 17:06:17 +0100
commit41cd778d6672101c7f18fe9acbca74e5d2dccc04 (patch)
treebbcaecfbfff0f5d4593a9ea9ab595bb3ddb29f16 /synapse/rest
parentAdd shared secret auth into register v2 and switch the script over. (diff)
downloadsynapse-41cd778d6672101c7f18fe9acbca74e5d2dccc04.tar.xz
pep8
Diffstat (limited to 'synapse/rest')
-rw-r--r--synapse/rest/client/v2_alpha/auth.py1
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