mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-19 11:14:18 -05:00
comma style
This commit is contained in:
parent
442fcc02f7
commit
09dc9854cd
@ -119,7 +119,7 @@ class RegistrationHandler(BaseHandler):
|
|||||||
token=token,
|
token=token,
|
||||||
password_hash=password_hash,
|
password_hash=password_hash,
|
||||||
was_guest=guest_access_token is not None,
|
was_guest=guest_access_token is not None,
|
||||||
make_guest=make_guest
|
make_guest=make_guest,
|
||||||
)
|
)
|
||||||
|
|
||||||
yield registered_user(self.distributor, user)
|
yield registered_user(self.distributor, user)
|
||||||
|
Loading…
Reference in New Issue
Block a user