mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-02 20:18:25 +08:00
Resolve #795
This commit is contained in:
parent
c41049ab94
commit
432d3b5f47
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@ class LoginExternalPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
NAME = 'Login External',
|
NAME = 'Login External',
|
||||||
AUTHOR = 'SnappyMail',
|
AUTHOR = 'SnappyMail',
|
||||||
URL = 'https://snappymail.eu/',
|
URL = 'https://snappymail.eu/',
|
||||||
VERSION = '1.0',
|
VERSION = '1.1',
|
||||||
RELEASE = '2022-11-11',
|
RELEASE = '2022-12-24',
|
||||||
REQUIRED = '2.21.0',
|
REQUIRED = '2.21.0',
|
||||||
CATEGORY = 'Login',
|
CATEGORY = 'Login',
|
||||||
LICENSE = 'MIT',
|
LICENSE = 'MIT',
|
||||||
|
@ -58,7 +58,7 @@ class LoginExternalPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
$aResult['ErrorCode'] = Notifications::AuthError;
|
$aResult['ErrorCode'] = Notifications::AuthError;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo Utils::jsonEncode($aResult);
|
echo \json_encode($aResult);
|
||||||
} else {
|
} else {
|
||||||
$oActions->Location('./');
|
$oActions->Location('./');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue