add org policy check to verify session

This commit is contained in:
miloschwartz
2025-10-25 17:15:37 -07:00
parent 9ce81b34c9
commit 8973726f63
4 changed files with 113 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
export async function OrgPolicyPage() {
return <div>Org Policy Page</div>;
}