mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Revert "Merge pull request #2679 from jkolo/fix_auth_handler"
This PR was against master, not develop :( This reverts commit203058a027
, reversing changes made to552f123bea
.
This commit is contained in:
parent
203058a027
commit
b26cbbb60e
@ -551,7 +551,7 @@ class AuthHandler(BaseHandler):
|
||||
qualified_user_id, password,
|
||||
)
|
||||
if is_valid:
|
||||
defer.returnValue((qualified_user_id, None))
|
||||
defer.returnValue(qualified_user_id)
|
||||
|
||||
if (not hasattr(provider, "get_supported_login_types")
|
||||
or not hasattr(provider, "check_auth")):
|
||||
|
Loading…
Reference in New Issue
Block a user