This commit is contained in:
BohwaZ 2026-03-13 07:42:28 +00:00 committed by GitHub
commit 92d97de9bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,7 @@ class LoginRemotePlugin extends \RainLoop\Plugins\AbstractPlugin
try try
{ {
static::$login = true; static::$login = true;
$sPassword = new \SnappyMail\SensitiveString($sPassword);
$oAccount = $oActions->LoginProcess($sEmail, $sPassword); $oAccount = $oActions->LoginProcess($sEmail, $sPassword);
} }
catch (\Throwable $oException) catch (\Throwable $oException)