mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-02 12:07:56 +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',
|
||||
AUTHOR = 'SnappyMail',
|
||||
URL = 'https://snappymail.eu/',
|
||||
VERSION = '1.0',
|
||||
RELEASE = '2022-11-11',
|
||||
VERSION = '1.1',
|
||||
RELEASE = '2022-12-24',
|
||||
REQUIRED = '2.21.0',
|
||||
CATEGORY = 'Login',
|
||||
LICENSE = 'MIT',
|
||||
|
@ -58,7 +58,7 @@ class LoginExternalPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
$aResult['ErrorCode'] = Notifications::AuthError;
|
||||
}
|
||||
}
|
||||
echo Utils::jsonEncode($aResult);
|
||||
echo \json_encode($aResult);
|
||||
} else {
|
||||
$oActions->Location('./');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue