From 82e6cf785c13443f3496941c3ef884506420c735 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Thu, 12 May 2016 09:49:40 -0400 Subject: Fix incorrect password error with MFA enabled (#2977) --- webapp/components/login/login.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp') diff --git a/webapp/components/login/login.jsx b/webapp/components/login/login.jsx index 0a12ed645..60d25a2ca 100644 --- a/webapp/components/login/login.jsx +++ b/webapp/components/login/login.jsx @@ -98,6 +98,7 @@ export default class Login extends React.Component { }); } else if (err.id === 'api.user.check_user_password.invalid.app_error' || err.id === 'ent.ldap.do_login.invalid_password.app_error') { this.setState({ + showMfa: false, serverError: (