diff --git a/plugins/change-password/index.php b/plugins/change-password/index.php index 9a00ccc7a..de417c4fb 100644 --- a/plugins/change-password/index.php +++ b/plugins/change-password/index.php @@ -6,7 +6,7 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Change Password', - VERSION = '2.16', + VERSION = '2.16.1', RELEASE = '2022-05-20', REQUIRED = '2.12.0', CATEGORY = 'Security', diff --git a/plugins/change-password/js/ChangePasswordUserSettings.js b/plugins/change-password/js/ChangePasswordUserSettings.js index c76a9b428..0a6df3d2b 100644 --- a/plugins/change-password/js/ChangePasswordUserSettings.js +++ b/plugins/change-password/js/ChangePasswordUserSettings.js @@ -63,7 +63,7 @@ } else { this.reset(true); rl.pluginRemoteRequest( - (iError, data) { + (iError, data) => { this.reset(false); if (iError) { this.passwordUpdateError(true);