From 3d51bf915f7a336144454e689dfdec8ca4f26168 Mon Sep 17 00:00:00 2001 From: DJP Date: Mon, 20 Oct 2025 17:47:35 -0400 Subject: [PATCH] Remove API Keys info box from upload form MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed the blue info box about .env configuration - Cleaner upload interface - API keys handled server-side via .env file - Less clutter on main page 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- index.html | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 67c0b70..2beb495 100644 --- a/index.html +++ b/index.html @@ -576,23 +576,15 @@

Check Options

-
+
-
+
Quick mode runs basic checks only - great for initial scans. Completes in ~10 seconds vs ~2 minutes.
- -
-
🔑 API Keys
-
- API keys are configured in the .env file on the server. -
Edit .env to add your Anthropic and Google API keys. -
-