diff --git a/src/uhm/components/AuthPanel.tsx b/src/uhm/components/AuthPanel.tsx deleted file mode 100644 index fcd5019..0000000 --- a/src/uhm/components/AuthPanel.tsx +++ /dev/null @@ -1,9 +0,0 @@ -"use client"; - -// FrontEndUser is the primary FE and follows BackEndGo cookie-based auth. -// Users sign in via the app's /signin page; the editor reuses those httpOnly cookies. -// This component remains as a no-op placeholder for any legacy imports. -export default function AuthPanel() { - return null; -} -