Everyone gets... ONE vote!

This commit is contained in:
2026-07-21 16:58:44 +10:00
parent 7e9271db72
commit 5d5982c2dc
3 changed files with 46 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ async function like(id) {
});
if (result.status === 401) {
alert("you need to login before you like a post");
window.location.href = "/login";
return;
}