refactor: remove unused AuthPanel component placeholder

This commit is contained in:
taDuc
2026-05-12 04:09:10 +07:00
parent 1baba25303
commit 1b321da6aa
-9
View File
@@ -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;
}