add editor
This commit is contained in:
9
src/uhm/components/AuthPanel.tsx
Normal file
9
src/uhm/components/AuthPanel.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
"use client";
|
||||
|
||||
// FrontEndAdmin 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user