Skip to content

Commit

Permalink
fix: Updates sign in stories to fix aria-controls issue of show passw…
Browse files Browse the repository at this point in the history
…ord button (#2627)

Co-authored-by: Shauna Keating <[email protected]>
Co-authored-by: Brandon Lenz <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2023
1 parent 0012163 commit 67c1114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/templates/signin.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export const SignIn = (): React.ReactElement => {
title="Show password"
type="button"
className="usa-show-password"
aria-controls="password-create-account password-create-account-confirm"
aria-controls="password-sign-in"
onClick={(): void =>
setShowPassword((showPassword) => !showPassword)
}>
Expand Down

0 comments on commit 67c1114

Please sign in to comment.