mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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
|
const
|
||||||
NAME = 'Change Password',
|
NAME = 'Change Password',
|
||||||
VERSION = '2.16',
|
VERSION = '2.16.1',
|
||||||
RELEASE = '2022-05-20',
|
RELEASE = '2022-05-20',
|
||||||
REQUIRED = '2.12.0',
|
REQUIRED = '2.12.0',
|
||||||
CATEGORY = 'Security',
|
CATEGORY = 'Security',
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
} else {
|
} else {
|
||||||
this.reset(true);
|
this.reset(true);
|
||||||
rl.pluginRemoteRequest(
|
rl.pluginRemoteRequest(
|
||||||
(iError, data) {
|
(iError, data) => {
|
||||||
this.reset(false);
|
this.reset(false);
|
||||||
if (iError) {
|
if (iError) {
|
||||||
this.passwordUpdateError(true);
|
this.passwordUpdateError(true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue