mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Resolve issue #106
This commit is contained in:
parent
5895804e9a
commit
8d51e57d41
1 changed files with 1 additions and 1 deletions
|
|
@ -519,7 +519,7 @@ trait User
|
|||
$this->SettingsProvider()->Save($oAccount, $oSettings) : false);
|
||||
}
|
||||
|
||||
protected function ClearSignMeData(Model\Account $oAccount) : void
|
||||
protected function ClearSignMeData(\RainLoop\Model\Account $oAccount) : void
|
||||
{
|
||||
if ($oAccount) {
|
||||
Utils::ClearCookie(self::AUTH_SIGN_ME_TOKEN_KEY);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue