Skip to content

Commit

Permalink
Apps: Revise inactivityMonitoring in frontend-webapp-springboot
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdarimont committed Dec 11, 2023
1 parent 5206be7 commit 26ae03c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}

fetch("/webapp/auth/check-session", {credentials: 'include', redirect: 'follow'})
.then(function (response) {
.then(response => {
if (!response.ok && response.status == 401) {
window.location.reload();
}
Expand Down

0 comments on commit 26ae03c

Please sign in to comment.