- Removed visible debug information section
- Debug data collection remains in code for future troubleshooting
- Clean user interface now shows only results
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Added debug information section that displays after POST
- Shows raw webhook response and HTTP code
- Displays decoded result and JSON decode errors
- Shows state of $result and $error variables
- Helps identify why results aren't displaying
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Moved results section outside of protected-content div
- Results are now always visible when returned from webhook
- Form remains protected by authentication
- Resolves issue where results wouldn't display after form submission
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Modified auth script to check for existing session before triggering login
- Prevents login popup from appearing after form submission and page reload
- Users can now see response results without re-authenticating
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Implemented Microsoft Azure AD authentication using MSAL
- Added login/logout functionality with protected content
- Integrated username/email capture from authenticated users
- Modified webhook to include username and timestamp with each submission
- Updated README with authentication setup and usage instructions
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>