mirror of https://github.com/zulip/zulip.git
forms: Fix type of domain_override parameter.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
ee0021de08
commit
af30538a65
|
@ -288,7 +288,7 @@ def generate_password_reset_url(
|
|||
class ZulipPasswordResetForm(PasswordResetForm):
|
||||
def save(
|
||||
self,
|
||||
domain_override: Optional[bool] = None,
|
||||
domain_override: Optional[str] = None,
|
||||
subject_template_name: str = "registration/password_reset_subject.txt",
|
||||
email_template_name: str = "registration/password_reset_email.html",
|
||||
use_https: bool = False,
|
||||
|
|
Loading…
Reference in New Issue