fix(a11y): add htmlFor/id label associations in login and token input forms\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

This commit is contained in:
Lotus Bot
2026-05-21 13:49:49 -04:00
parent 8fa079c289
commit a67f581c52
2 changed files with 7 additions and 4 deletions
@@ -37,11 +37,13 @@ function RegistrationTokenErrorDialog({
<Box direction="Column" gap="100">
<Text size="H4">{title}</Text>
<Text>{message}</Text>
<Text as="label" size="L400" style={{ paddingTop: config.space.S400 }}>
<Text as="label" htmlFor="retryTokenInput" size="L400" style={{ paddingTop: config.space.S400 }}>
Registration Token
</Text>
<Input
id="retryTokenInput"
name="retryTokenInput"
aria-label="Registration token"
variant="Background"
size="500"
outlined