mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
fix typo (thanks sytest)
This commit is contained in:
parent
62d7d66ae5
commit
49fce04624
@ -366,7 +366,7 @@ class RegisterRestServlet(RestServlet):
|
||||
# guaranteed.
|
||||
|
||||
if auth_result:
|
||||
for login_type in [LoginType.EMAIL_IDENTITY, LoginType.EMAIL_MSISDN]:
|
||||
for login_type in [LoginType.EMAIL_IDENTITY, LoginType.MSISDN]:
|
||||
if login_type in auth_result:
|
||||
medium = auth_result[login_type].threepid['medium']
|
||||
address = auth_result[login_type].threepid['address']
|
||||
|
Loading…
Reference in New Issue
Block a user