mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-20 19:54:19 -05:00
fix indentation level
This commit is contained in:
parent
772ad4f715
commit
64374bda5b
@ -132,9 +132,9 @@ class RegistrationHandler(BaseHandler):
|
||||
raise RegistrationError(
|
||||
500, "Cannot generate user ID.")
|
||||
|
||||
# We used to generate default identicons here, but nowadays
|
||||
# we want clients to generate their own as part of their branding
|
||||
# rather than there being consistent matrix-wide ones, so we don't.
|
||||
# We used to generate default identicons here, but nowadays
|
||||
# we want clients to generate their own as part of their branding
|
||||
# rather than there being consistent matrix-wide ones, so we don't.
|
||||
|
||||
defer.returnValue((user_id, token))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user