feat/enh: group share setting

This commit is contained in:
Timothy Jaeryang Baek
2025-11-20 19:12:56 -05:00
parent d1e7957e69
commit 7be750bcbb
7 changed files with 65 additions and 17 deletions

View File

@@ -42,7 +42,7 @@
};
onMount(async () => {
groups = await getGroups(localStorage.token);
groups = await getGroups(localStorage.token, true);
if (accessControl === null) {
initPublicAccess();