Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Hubert / Trading password feedback message not showing up anymore after appearing once. #6632

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/javascript/app/pages/user/account/change_password.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const ChangePassword = (() => {
$(trading_form_id).trigger('reset');
Password.removeCheck('#new_trading_password', true);
setTimeout(() => {
$msg_success_trading.setVisibility(0);
$msg_success_trading_container.setVisibility(0);
}, 5000);
}
};
Expand Down