Этот коммит содержится в:
David Lu
2016-06-21 21:22:34 -04:00
коммит произвёл Joram Wilander
родитель eb76e61534
Коммит 295d265709

Просмотреть файл

@@ -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);