Allowed non-signed-in users to view comments
This commit is contained in:
parent
b0113aa985
commit
40099c9b62
1 changed files with 0 additions and 5 deletions
|
@ -40,11 +40,6 @@ export function NewCommentInputArea({
|
|||
}
|
||||
};
|
||||
|
||||
// Bail out if not logged in
|
||||
onMount(() => {
|
||||
if (!login_ctx.loggedIn()) nav("/");
|
||||
});
|
||||
|
||||
return (
|
||||
<Show
|
||||
when={!waiting()}
|
||||
|
|
Loading…
Reference in a new issue