LDAP edit users BUG fixed
This commit is contained in:
parent
6b6fa8b3ef
commit
732a9e4d93
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ export default class CUD extends Component {
|
|||
} else if (usernameServerValidation && usernameServerValidation.exists) {
|
||||
state.setIn(['username', 'error'], t('theUserNameAlreadyExistsInTheSystem'));
|
||||
} else if (!usernameServerValidation) {
|
||||
state.setIn(['email', 'error'], t('validationIsInProgress'));
|
||||
state.setIn(['username', 'error'], t('validationIsInProgress'));
|
||||
} else {
|
||||
state.setIn(['username', 'error'], null);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue