Skip to content

Hide Health Check URL field on the kiosk enrollment form - #208

Draft
sdunster wants to merge 1 commit into
mainfrom
claude/hide-health-check-url-enroll-qq7d3z
Draft

Hide Health Check URL field on the kiosk enrollment form#208
sdunster wants to merge 1 commit into
mainfrom
claude/hide-health-check-url-enroll-qq7d3z

Conversation

@sdunster

@sdunster sdunster commented Sep 5, 2026

Copy link
Copy Markdown
Member

Summary

  • Add a showHealthcheckUrl prop to SessionForm (default true) that controls whether the Health Check URL field is rendered
  • Set showHealthcheckUrl={false} in SessionEnroll.tsx (the QR-code kiosk enrollment form), since the kiosk isn't provisioned yet at that point and the URL can be set later from the session's edit page
  • SessionsNew.tsx and SessionsEdit.tsx don't pass the prop, so the field stays visible everywhere else

Test plan

  • npx tsc -b in web/
  • npx eslint on the changed files
  • npx prettier --check on the changed files

🤖 Generated with Claude Code

https://claude.ai/code/session_0121rQfh6dajppxnhJRCwRFu


Generated by Claude Code

Add a showHealthcheckUrl prop to SessionForm (default true) and set it
to false in SessionEnroll, since the kiosk isn't provisioned yet at
that point and the field can be set later from the session edit page.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0121rQfh6dajppxnhJRCwRFu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants