Merge branch 'hotfix/fix_login_loop'
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
define('PWA_VERSION', '1.13h3');
|
||||
define('PWA_VERSION', '1.13h4');
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user