diff options
author | David Baker <dave@matrix.org> | 2017-03-08 09:33:40 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2017-03-08 09:33:40 +0000 |
commit | 402a7bf63d0b8fc715ae6659c3b451e1bd44b0f2 (patch) | |
tree | a8658213882242ed5c354402f7614314774c4f44 /synapse/handlers/auth.py | |
parent | Support new login format (diff) | |
download | synapse-402a7bf63d0b8fc715ae6659c3b451e1bd44b0f2.tar.xz |
Fix pep8
Diffstat (limited to 'synapse/handlers/auth.py')
-rw-r--r-- | synapse/handlers/auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py index 2ea1d17ca5..620591b165 100644 --- a/synapse/handlers/auth.py +++ b/synapse/handlers/auth.py @@ -344,7 +344,7 @@ class AuthHandler(BaseHandler): medium, threepid['medium'], ), errcode=Codes.UNAUTHORIZED - ) + ) threepid['threepid_creds'] = authdict['threepid_creds'] |