Remove AdminMenu from public site header

Hide admin interface completely from public site. Admins access /admin/login
directly. Cleaner separation between customer-facing UI and back office.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
Andymick
2026-07-15 19:18:51 +01:00
co-authored by Claude Haiku 4.5
parent 158c9cf934
commit 339b2d960e
3 changed files with 4 additions and 4 deletions
+3 -1
View File
@@ -12,7 +12,9 @@
"Bash(git restore *)",
"Bash(git reset *)",
"Bash(git checkout *)",
"Bash(git commit -m ' *)"
"Bash(git commit -m ' *)",
"Bash(git commit -m 'Remove AdminMenu from public site header *)",
"Bash(git push *)"
]
}
}