the-djmaze 2022-05-20 10:25:46 +02:00
parent 3508adb5ef
commit fe3c2feccb
2 changed files with 2 additions and 2 deletions

View file

@ -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',

View file

@ -63,7 +63,7 @@
} else {
this.reset(true);
rl.pluginRemoteRequest(
(iError, data) {
(iError, data) => {
this.reset(false);
if (iError) {
this.passwordUpdateError(true);