This commit is contained in:
2025-05-09 00:54:10 +09:00
parent 744a0db3bd
commit 486ae6de6b
15 changed files with 295 additions and 248 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ async function fetchEvent(publicHash, password) {
headers,
body
});
if (res.status === 403 || res.status === 401) {
if (res.status === 403 || res.status === 401 || res.status === 404) {
removeToken(publicHash);
}
const data = await res.json();