diff --git a/backend/src/config/admins.ts b/backend/src/config/admins.ts index 8c3deef..47ede5d 100644 --- a/backend/src/config/admins.ts +++ b/backend/src/config/admins.ts @@ -1,5 +1,6 @@ export const ADMIN_ACCOUNTS: string[] = [ - "elliot_braem", // Add admin Twitter handles here (without @) // Example: "TwitterDev" + "elliot_braem", + "plugrel", ]; diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 8d4048a..7ca2cf0 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -12,10 +12,7 @@ function App() {