summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings/user_settings_security.jsx
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-06-15 08:57:28 -0700
committerJoram Wilander <jwawilander@gmail.com>2016-06-15 11:57:28 -0400
commit7114d33a06009cb78276262deb733cb6ed71dd8c (patch)
tree1453548db09fc872ccb12d670d1959b3e94172ef /webapp/components/user_settings/user_settings_security.jsx
parentd6fdd936797890565dff4e6951a6792b7e09831c (diff)
downloadchat-7114d33a06009cb78276262deb733cb6ed71dd8c.tar.gz
chat-7114d33a06009cb78276262deb733cb6ed71dd8c.tar.bz2
chat-7114d33a06009cb78276262deb733cb6ed71dd8c.zip
Reset error on invalid MFA (#3346)
Diffstat (limited to 'webapp/components/user_settings/user_settings_security.jsx')
-rw-r--r--webapp/components/user_settings/user_settings_security.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/components/user_settings/user_settings_security.jsx b/webapp/components/user_settings/user_settings_security.jsx
index 7a4104c36..ffeeb1a24 100644
--- a/webapp/components/user_settings/user_settings_security.jsx
+++ b/webapp/components/user_settings/user_settings_security.jsx
@@ -70,7 +70,8 @@ class SecurityTab extends React.Component {
confirmPassword: '',
authService: this.props.user.auth_service,
mfaShowQr: false,
- mfaToken: ''
+ mfaToken: '',
+ serverError: ''
};
}