Allowed non-signed-in users to view comments

This commit is contained in:
Imbus 2024-03-07 08:57:05 +01:00
parent b0113aa985
commit 40099c9b62

View file

@ -40,11 +40,6 @@ export function NewCommentInputArea({
} }
}; };
// Bail out if not logged in
onMount(() => {
if (!login_ctx.loggedIn()) nav("/");
});
return ( return (
<Show <Show
when={!waiting()} when={!waiting()}