mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-15 02:25:38 -04:00
Fix typo in some instances of enable_registration_token_3pid_bypass. (#12639)
This commit is contained in:
parent
c0379d6e5b
commit
cc7656099d
4 changed files with 5 additions and 4 deletions
|
@ -930,7 +930,7 @@ def _calculate_registration_flows(
|
|||
flows.append([LoginType.MSISDN, LoginType.EMAIL_IDENTITY])
|
||||
|
||||
# Add a flow that doesn't require any 3pids, if the config requests it.
|
||||
if config.registration.enable_registration_token_3pid_bypasss:
|
||||
if config.registration.enable_registration_token_3pid_bypass:
|
||||
flows.append([LoginType.REGISTRATION_TOKEN])
|
||||
|
||||
# Prepend m.login.terms to all flows if we're requiring consent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue