Browser: Make login form browser auto-fill compatible (#4091)

This commit is contained in:
Rushan
2017-04-11 22:41:42 +05:30
committed by Harshavardhana
parent 7f5e037846
commit 1b0b2c1c76
2 changed files with 3 additions and 8 deletions

View File

@@ -89,10 +89,6 @@ export default class Login extends React.Component {
{ alertBox }
<div className="l-wrap">
<form onSubmit={ this.handleSubmit.bind(this) }>
<input name="fixBrowser"
autoComplete="username"
type="text"
style={ { display: 'none' } } />
<InputGroup className="ig-dark"
label="Access Key"
id="accessKey"
@@ -102,7 +98,6 @@ export default class Login extends React.Component {
required="required"
autoComplete="username">
</InputGroup>
<input type="text" autoComplete="new-password" style={ { display: 'none' } } />
<InputGroup className="ig-dark"
label="Secret Key"
id="secretKey"