mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
forms: Fix type of domain_override parameter.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
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,
|
||||
|
||||
Reference in New Issue
Block a user