Skip to content

Commit 8edec76

Browse files
adding arial label and removing comment as per conversation
1 parent 62d5883 commit 8edec76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/User/components/SignupForm.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import Button from '../../../common/Button';
99
import apiClient from '../../../utils/apiClient';
1010
import useSyncFormTranslations from '../../../common/useSyncFormTranslations';
1111

12-
// Debounce utility function
1312
const debounce = (func, delay) => {
1413
let timer;
1514
return (...args) =>
@@ -134,6 +133,7 @@ function SignupForm() {
134133
<div className="form__field__password">
135134
<input
136135
className="form__input"
136+
aria-label={t('SignupForm.PasswordARIA')}
137137
type={showPassword ? 'text' : 'password'}
138138
id="password"
139139
autoComplete="new-password"

0 commit comments

Comments
 (0)