This commit is contained in:
asyncnomi 2023-01-08 22:59:32 +01:00
parent 9dc2c1a7ed
commit 622b5624d0

View file

@ -666,7 +666,11 @@ function updateDemandes() {
}
}
else {
console.error(data.why);
if (data.why == "Not authentificated") {
show_page('#login-page');
} else {
alert(data.why);
}
}
}