settings_account: Fix type for failure_msg_html (undefined).

This commit is contained in:
evykassirer 2024-10-21 14:31:05 -07:00 committed by Tim Abbott
parent a6850410a8
commit 7431d87d0c
1 changed files with 0 additions and 1 deletions

View File

@ -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,