Этот коммит содержится в:
David Lu
2016-06-15 08:57:28 -07:00
коммит произвёл Joram Wilander
родитель d6fdd93679
Коммит 7114d33a06

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

@@ -70,7 +70,8 @@ class SecurityTab extends React.Component {
confirmPassword: '',
authService: this.props.user.auth_service,
mfaShowQr: false,
mfaToken: ''
mfaToken: '',
serverError: ''
};
}