diff --git a/webapp/components/user_settings/user_settings_security.jsx b/webapp/components/user_settings/user_settings_security.jsx index 10ac9131b6..4cf28715b4 100644 --- a/webapp/components/user_settings/user_settings_security.jsx +++ b/webapp/components/user_settings/user_settings_security.jsx @@ -306,7 +306,7 @@ class SecurityTab extends React.Component { updateSectionStatus = function resetSection(e) { this.props.updateSection(''); - this.setState({mfaToken: '', mfaShowQr: false, mfaError: null}); + this.setState({mfaToken: '', mfaShowQr: false, mfaError: null, serverError: null}); e.preventDefault(); }.bind(this);