Merge branch 'hotfix/remote_logout' into develop
This commit is contained in:
@@ -909,8 +909,13 @@ function sync() {
|
|||||||
syncInProgress --;
|
syncInProgress --;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} else {
|
||||||
|
if (code == 401) {
|
||||||
|
log("[db] Auth invalid. Logout initiated");
|
||||||
|
logoutClearStorage();
|
||||||
} else {
|
} else {
|
||||||
log("[db] Something went wrong (HTTP " + code + ")");
|
log("[db] Something went wrong (HTTP " + code + ")");
|
||||||
|
}
|
||||||
syncOkay = false;
|
syncOkay = false;
|
||||||
syncInProgress = 0;
|
syncInProgress = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
define('PWA_VERSION', '1.11h1');
|
define('PWA_VERSION', '1.11h2');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user