mirror of https://github.com/zulip/zulip.git
settings_account: Fix type for failure_msg_html (undefined).
This commit is contained in:
parent
a6850410a8
commit
7431d87d0c
|
@ -507,7 +507,6 @@ export function set_up() {
|
||||||
channel.set_password_change_in_progress(false);
|
channel.set_password_change_in_progress(false);
|
||||||
},
|
},
|
||||||
$error_msg_element: $change_password_error,
|
$error_msg_element: $change_password_error,
|
||||||
failure_msg_html: null,
|
|
||||||
};
|
};
|
||||||
settings_ui.do_settings_change(
|
settings_ui.do_settings_change(
|
||||||
channel.patch,
|
channel.patch,
|
||||||
|
|
Loading…
Reference in New Issue