mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
This commit is contained in:
parent
3508adb5ef
commit
fe3c2feccb
2 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
} else {
|
||||
this.reset(true);
|
||||
rl.pluginRemoteRequest(
|
||||
(iError, data) {
|
||||
(iError, data) => {
|
||||
this.reset(false);
|
||||
if (iError) {
|
||||
this.passwordUpdateError(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue