mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
fix spacing
This commit is contained in:
parent
cc22327279
commit
18a859c68f
1 changed files with 4 additions and 4 deletions
|
|
@ -205,6 +205,6 @@ class SnappyMailHelper
|
||||||
{
|
{
|
||||||
static::loadApp();
|
static::loadApp();
|
||||||
$result = \SnappyMail\Crypt::DecryptUrlSafe($sPassword, $sSalt);
|
$result = \SnappyMail\Crypt::DecryptUrlSafe($sPassword, $sSalt);
|
||||||
return $result ? new \SnappyMail\SensitiveString($result) : $result;
|
return $result ? new \SnappyMail\SensitiveString($result) : null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue