mirror of
https://github.com/grocy/grocy.git
synced 2025-09-16 09:51:30 +00:00
Typo
This commit is contained in:
@@ -38,7 +38,7 @@ class DefaultAuthMiddleware extends AuthMiddleware
|
||||
if ($user !== null && password_verify($inputPassword, $user->password))
|
||||
{
|
||||
$sessionKey = SessionService::getInstance()->CreateSession($user->id, $stayLoggedInPermanently);
|
||||
parent::SetSessionCookie($sessionKey);
|
||||
self::SetSessionCookie($sessionKey);
|
||||
|
||||
if (password_needs_rehash($user->password, PASSWORD_DEFAULT))
|
||||
{
|
||||
|
Reference in New Issue
Block a user