fix: session not restoring

This commit is contained in:
grandeljay 2023-12-20 11:47:19 +01:00
parent c1f0477a0a
commit 1aebb20262

View file

@ -689,5 +689,6 @@ class User
}
$this->__construct($user);
$this->stayLoggedIn = true;
}
}