Skip to content

Commit

Permalink
fix(storybook): password label set to password input field id on sign…
Browse files Browse the repository at this point in the history
… in (#2618)

Authored by @aybeedee
  • Loading branch information
aybeedee committed Oct 18, 2023
1 parent df68d0d commit eae195e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/templates/signin.stories.tsx
Expand Up @@ -155,7 +155,7 @@ export const SignIn = (): React.ReactElement => {
required={true}
/>

<Label htmlFor="email">Password</Label>
<Label htmlFor="password-sign-in">Password</Label>
<TextInput
id="password-sign-in"
name="password"
Expand Down

0 comments on commit eae195e

Please sign in to comment.