feat: invite only events

This commit is contained in:
Levente Orban
2025-10-26 16:47:51 +01:00
parent c9c78d0ea6
commit 93b0bac48a
8 changed files with 103 additions and 92 deletions

View File

@@ -45,7 +45,8 @@ export const load: PageServerLoad = async ({ params, cookies }) => {
return {
event: event[0],
inviteToken
inviteToken,
userId
};
};