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 = {}