Fix Email key

This commit is contained in:
Fawazorg 2026-02-07 20:54:57 +03:00
parent fa13597748
commit 93ed428e8b

View file

@ -52,7 +52,7 @@ const PasswordResetModal = ({ email, onCloseRequest }) => {
ref={emailRef}
className={styles['credentials-text-input']}
type={'email'}
placeholder={t('WEBSITE_PLACEHOLDER_EMAIL')}
placeholder={t('EMAIL')}
defaultValue={typeof email === 'string' ? email : ''}
onChange={emailOnChange}
onSubmit={goToPasswordReset}