fix: Update the user's last activity on login action (#7406)

This commit is contained in:
berumuron
2025-03-05 22:36:41 +01:00
committed by GitHub
parent a1b5893bd3
commit 40cdeb8687

View File

@@ -164,6 +164,8 @@ class FreshRSS_auth_Controller extends FreshRSS_ActionController {
Minz_Translate::init(FreshRSS_Context::userConf()->language);
FreshRSS_UserDAO::touch();
// All is good, go back to the original request or the index.
$url = Minz_Url::unserialize(Minz_Request::paramString('original_request'));
if (empty($url)) {