Skip to content

fix(playground): use Reflex form for auth form in playground - #981

Open
kevin-tournie wants to merge 1 commit into
etalab-ia:mainfrom
kevin-tournie:fix/playground-auth-form
Open

fix(playground): use Reflex form for auth form in playground#981
kevin-tournie wants to merge 1 commit into
etalab-ia:mainfrom
kevin-tournie:fix/playground-auth-form

Conversation

@kevin-tournie

@kevin-tournie kevin-tournie commented Jul 27, 2026

Copy link
Copy Markdown

Overview

When using a password manager such as KeePass on the Playground auth page, the autocomplete feature does not work completely: the input fields are filled, but the form is not submitted. This happens because the authentication page does not use an HTML form element.

This PR fixes the issue by using the Reflex Form component. In a local environment, autocomplete process works correctly with this change.

Breaking changes:

  • No breaking changes

Check lists

Review checklist

  • Updated or added documentation
  • Updated or added unit tests
  • Updated or added integration tests
  • No debug logs or commented-out code left
  • No secrets or environment variables committed in clear text
  • Code is linted and formatted using the project pre-commit hooks

@leoguillaume
leoguillaume force-pushed the fix/playground-auth-form branch from 7bd92a1 to 2de7829 Compare July 27, 2026 15:13
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.

1 participant