change type of email field to email

This commit is contained in:
Vyrtsev Mikhail
2019-07-07 17:17:01 -05:00
committed by Umputun
parent 947ddd4da4
commit e9e4b5476b
@@ -181,7 +181,7 @@ export class EmailLoginForm extends Component<Props, State> {
/>
<input
className="auth-panel-email-login-form__input"
type="text"
type="email"
placeholder="Email Address"
value={this.state.addressValue}
onInput={this.onAddressChange}