mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04: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 = {
|
||||
LoginType.RECAPTCHA: self._get_params_recaptcha,
|
||||
LoginType.TERMS: self._get_params_terms,
|
||||
}
|
||||
|
||||
params = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue