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