0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-19 12:54:05 +01:00

Ensure the terms params are actually provided

This commit is contained in:
Travis Ralston 2018-10-15 14:56:13 -06:00
parent 762a0982aa
commit 442734ff9e

View file

@ -486,6 +486,7 @@ class AuthHandler(BaseHandler):
get_params = {
LoginType.RECAPTCHA: self._get_params_recaptcha,
LoginType.TERMS: self._get_params_terms,
}
params = {}