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

Commit 0e4b987

Browse files
hubert-derivHubert Koster
andauthored
fixing variable name (#6632)
Co-authored-by: Hubert Koster <hubertkoster@Huberts-MacBook-Pro.local>
1 parent ccdfea6 commit 0e4b987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/javascript/app/pages/user/account/change_password.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const ChangePassword = (() => {
212212
$(trading_form_id).trigger('reset');
213213
Password.removeCheck('#new_trading_password', true);
214214
setTimeout(() => {
215-
$msg_success_trading.setVisibility(0);
215+
$msg_success_trading_container.setVisibility(0);
216216
}, 5000);
217217
}
218218
};

0 commit comments

Comments
 (0)