From 9119029c690b98bc283995421235e319b635d32c Mon Sep 17 00:00:00 2001 From: MadMan247 <54383546+MadMan247@users.noreply.github.com> Date: Sun, 16 Jun 2024 15:19:57 -0500 Subject: [PATCH] make default visitors What's the point of a URL shortener when you can't share the URLs without a login? It already requires a login to make links, so requiring someone to login when following a shortened URL just negates the entire point. --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index ef206fd..fea000c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -36,6 +36,7 @@ ram.runtime = "50M" [install.init_main_permission] type = "group" + default = "visitors" [install.theme] ask.en = "Choose a theme"