From 1b321da6aa7b56301ff2a0cdc9218ff85ae80e69 Mon Sep 17 00:00:00 2001 From: taDuc Date: Tue, 12 May 2026 04:09:10 +0700 Subject: [PATCH] refactor: remove unused AuthPanel component placeholder --- src/uhm/components/AuthPanel.tsx | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/uhm/components/AuthPanel.tsx 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; -} -