From cc7656099d882735507c41ea6efcba961f53b7ec Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Thu, 5 May 2022 12:11:52 +0100 Subject: Fix typo in some instances of enable_registration_token_3pid_bypass. (#12639) --- synapse/handlers/ui_auth/checkers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/handlers') diff --git a/synapse/handlers/ui_auth/checkers.py b/synapse/handlers/ui_auth/checkers.py index e2a441066d..05cebb5d4d 100644 --- a/synapse/handlers/ui_auth/checkers.py +++ b/synapse/handlers/ui_auth/checkers.py @@ -258,7 +258,7 @@ class RegistrationTokenAuthChecker(UserInteractiveAuthChecker): self.hs = hs self._enabled = bool( hs.config.registration.registration_requires_token - ) or bool(hs.config.registration.enable_registration_token_3pid_bypasss) + ) or bool(hs.config.registration.enable_registration_token_3pid_bypass) self.store = hs.get_datastores().main def is_enabled(self) -> bool: -- cgit 1.5.1