Ensure the terms params are actually provided

pull/4004/head
Travis Ralston 2018-10-15 14:56:13 -06:00
parent 762a0982aa
commit 442734ff9e
1 changed files with 1 additions and 0 deletions

View File

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