Fix weird typing behaviour on LDAP signup page on IE11 (#3996)
Этот коммит содержится в:
коммит произвёл
enahum
родитель
b2b2d141a9
Коммит
c564ea1a1c
@@ -39,16 +39,12 @@ export default class SignupLdap extends React.Component {
|
||||
}
|
||||
|
||||
handleLdapIdChange(e) {
|
||||
e.preventDefault();
|
||||
|
||||
this.setState({
|
||||
ldapId: e.target.value
|
||||
});
|
||||
}
|
||||
|
||||
handleLdapPasswordChange(e) {
|
||||
e.preventDefault();
|
||||
|
||||
this.setState({
|
||||
ldapPassword: e.target.value
|
||||
});
|
||||
|
||||
Ссылка в новой задаче
Block a user