Reset password errors upon submit (#3362)

Этот коммит содержится в:
David Lu
2016-06-18 01:15:29 -04:00
коммит произвёл enahum
родитель 5bea621e5b
Коммит 8c8344fc41

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

@@ -68,10 +68,11 @@ class SecurityTab extends React.Component {
currentPassword: '',
newPassword: '',
confirmPassword: '',
passwordError: '',
serverError: '',
authService: this.props.user.auth_service,
mfaShowQr: false,
mfaToken: '',
serverError: ''
mfaToken: ''
};
}