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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user