mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-08 01:10:13 +00:00
Fix Email key
This commit is contained in:
parent
fa13597748
commit
93ed428e8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue