mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-04 10:55:17 -05:00
Another use of check_password that got missed in the yield fix
This commit is contained in:
parent
099ce4bc38
commit
ca0d28ef34
@ -162,7 +162,7 @@ class AuthHandler(BaseHandler):
|
||||
if not user_id.startswith('@'):
|
||||
user_id = UserID.create(user_id, self.hs.hostname).to_string()
|
||||
|
||||
self._check_password(user_id, password)
|
||||
yield self._check_password(user_id, password)
|
||||
defer.returnValue(user_id)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
|
Loading…
x
Reference in New Issue
Block a user