Ready for 1.1.3-rc.2

This commit is contained in:
charlesgauthereau
2025-11-03 11:37:14 +01:00
parent 9894e2582d
commit 9c1aa66b41
11 changed files with 451 additions and 315 deletions
@@ -18,7 +18,6 @@ export default async function RoutePage(props: PageParams<{
where: (fields) => isNull(fields.deletedAt)
});
if (!user || !users || !organization || organization.slug == "default") {
notFound();
}