Secret key field is not for creating a new password (#8362)

This commit is contained in:
Mark Felder 2019-10-07 13:55:50 -04:00 committed by Harshavardhana
parent 3b8adf7528
commit bffc378a4f

View file

@ -122,7 +122,6 @@ export class Login extends React.Component {
type="password" type="password"
spellCheck="false" spellCheck="false"
required="required" required="required"
autoComplete="new-password"
/> />
<button className="lw-btn" type="submit"> <button className="lw-btn" type="submit">
<i className="fas fa-sign-in-alt" /> <i className="fas fa-sign-in-alt" />