We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d5883 commit 8edec76Copy full SHA for 8edec76
client/modules/User/components/SignupForm.jsx
@@ -9,7 +9,6 @@ import Button from '../../../common/Button';
9
import apiClient from '../../../utils/apiClient';
10
import useSyncFormTranslations from '../../../common/useSyncFormTranslations';
11
12
-// Debounce utility function
13
const debounce = (func, delay) => {
14
let timer;
15
return (...args) =>
@@ -134,6 +133,7 @@ function SignupForm() {
134
133
<div className="form__field__password">
135
<input
136
className="form__input"
+ aria-label={t('SignupForm.PasswordARIA')}
137
type={showPassword ? 'text' : 'password'}
138
id="password"
139
autoComplete="new-password"
0 commit comments