This commit is contained in:
the-djmaze 2024-08-26 11:20:07 +02:00
parent 4a8fea8456
commit daf02e53f3

View file

@ -176,6 +176,7 @@ trait UserAuth
$this->Plugins()->RunHook('login.success', array($oAccount));
$this->SetAuthToken($oAccount);
$this->SetAdditionalAuthToken(null);
}
return $oAccount;