mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-10 05:59:59 -04:00
Not any more, it doesn't
This commit is contained in:
parent
d4d3629aaf
commit
727124a762
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ def login_submission_legacy_convert(submission):
|
||||||
If the input login submission is an old style object
|
If the input login submission is an old style object
|
||||||
(ie. with top-level user / medium / address) convert it
|
(ie. with top-level user / medium / address) convert it
|
||||||
to a typed object.
|
to a typed object.
|
||||||
Returns: Typed-object style login identifier
|
|
||||||
"""
|
"""
|
||||||
if "user" in submission:
|
if "user" in submission:
|
||||||
submission["identifier"] = {
|
submission["identifier"] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue