Merge branch 'hotfix/fix_login_loop'

This commit is contained in:
2025-02-19 19:44:01 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1357,6 +1357,7 @@ function resetDb() {
osUpdateTimes.put({ table: 'news', time: 0 });
osUpdateTimes.put({ table: 'users', time: 0 });
osUpdateTimes.put({ table: 'expenditures', time: 0 });
osUpdateTimes.put({ table: 'loggedin', status: isLoggedIn() });
log('[db] DB update times reset');
hideLoader();
}

View File

@@ -1,5 +1,5 @@
<?php
define('PWA_VERSION', '1.13h3');
define('PWA_VERSION', '1.13h4');
?>