mirror of
https://github.com/matrix-org/synapse.git
synced 2025-08-26 08:51:19 +02:00
commit
203058a027
@ -551,7 +551,7 @@ class AuthHandler(BaseHandler):
|
||||
qualified_user_id, password,
|
||||
)
|
||||
if is_valid:
|
||||
defer.returnValue(qualified_user_id)
|
||||
defer.returnValue((qualified_user_id, None))
|
||||
|
||||
if (not hasattr(provider, "get_supported_login_types")
|
||||
or not hasattr(provider, "check_auth")):
|
||||
|
Loading…
x
Reference in New Issue
Block a user