INN A DAY POS -- connection check
Reads pos.outlets to confirm the Supabase client can reach FRONTDESK, the pos schema is exposed to the Data API, and grants/RLS behave as designed. There is no login page yet, so this loads as an anonymous request. The actual POS app lives at /floor.
Expected: anon has no access.
permission denied for schema pos
Only the authenticated role has grants on these schemas -- anon is correctly locked out. This page will show real data once a login flow exists and there is a signed-in session with an activeaccess.staff_module_roles row.