forked from chookspace/chookchat
Everyone gets... ONE vote!
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user