diff --git a/plugins/change-password/js/ChangePasswordUserSettings.js b/plugins/change-password/js/ChangePasswordUserSettings.js index 156e4655a..bee0b33f2 100644 --- a/plugins/change-password/js/ChangePasswordUserSettings.js +++ b/plugins/change-password/js/ChangePasswordUserSettings.js @@ -117,7 +117,12 @@ this.newPassword(''); this.newPassword2(''); this.passwordUpdateSuccess(true); +/* + const refresh = rl.app.refresh; + rl.app.refresh = ()=>{}; rl.setData(data.Result); + rl.app.refresh = refresh; +*/ } } }