From fcb50dfcda406bba515f58b05126657aefe0365c Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Sat, 30 Apr 2022 01:27:40 +0200 Subject: [PATCH] Change for #272 --- plugins/change-password/js/ChangePasswordUserSettings.js | 5 +++++ 1 file changed, 5 insertions(+) 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; +*/ } } }