diff options
author | Travis Ralston <travpc@gmail.com> | 2018-10-15 16:10:29 -0600 |
---|---|---|
committer | Travis Ralston <travpc@gmail.com> | 2018-10-15 16:10:29 -0600 |
commit | a8ed93a4b55a19a478c9aba929bfea07e691abbf (patch) | |
tree | b21ee2a4d2697731f94b02f47dcb2eedaebd37de /synapse/rest/client/v2_alpha/auth.py | |
parent | Ensure the terms params are actually provided (diff) | |
download | synapse-a8ed93a4b55a19a478c9aba929bfea07e691abbf.tar.xz |
pep8
Diffstat (limited to 'synapse/rest/client/v2_alpha/auth.py')
-rw-r--r-- | synapse/rest/client/v2_alpha/auth.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/rest/client/v2_alpha/auth.py b/synapse/rest/client/v2_alpha/auth.py index ec583ad16a..0b2933fe8e 100644 --- a/synapse/rest/client/v2_alpha/auth.py +++ b/synapse/rest/client/v2_alpha/auth.py @@ -158,9 +158,6 @@ class AuthRestServlet(RestServlet): defer.returnValue(None) elif stagetype == LoginType.TERMS: session = request.args['session'][0] - authdict = { - 'session': session, - } html = TERMS_TEMPLATE % { 'session': session, |