mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-19 15:43:58 +01:00
Ensure the terms params are actually provided
This commit is contained in:
parent
762a0982aa
commit
442734ff9e
1 changed files with 1 additions and 0 deletions
|
@ -486,6 +486,7 @@ class AuthHandler(BaseHandler):
|
||||||
|
|
||||||
get_params = {
|
get_params = {
|
||||||
LoginType.RECAPTCHA: self._get_params_recaptcha,
|
LoginType.RECAPTCHA: self._get_params_recaptcha,
|
||||||
|
LoginType.TERMS: self._get_params_terms,
|
||||||
}
|
}
|
||||||
|
|
||||||
params = {}
|
params = {}
|
||||||
|
|
Loading…
Reference in a new issue