diff options
author | David Baker <dave@matrix.org> | 2017-03-08 19:00:23 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2017-03-08 19:00:23 +0000 |
commit | 727124a76250ece5f1014b4099d5efc7b43f2aaf (patch) | |
tree | 42c2b724c3b815fd4d89b02c6ad7ad8c83399ade /synapse/rest/client/v1 | |
parent | Better error message (diff) | |
download | synapse-727124a76250ece5f1014b4099d5efc7b43f2aaf.tar.xz |
Not any more, it doesn't
Diffstat (limited to 'synapse/rest/client/v1')
-rw-r--r-- | synapse/rest/client/v1/login.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/rest/client/v1/login.py b/synapse/rest/client/v1/login.py index a705fc8388..c4bbb70277 100644 --- a/synapse/rest/client/v1/login.py +++ b/synapse/rest/client/v1/login.py @@ -43,7 +43,6 @@ def login_submission_legacy_convert(submission): If the input login submission is an old style object (ie. with top-level user / medium / address) convert it to a typed object. - Returns: Typed-object style login identifier """ if "user" in submission: submission["identifier"] = { |