mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
fixed controlId in via-ldap
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
58f3bb4d3b
commit
d2c6ea464d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ const ViaLdap: React.FC = () => {
|
|||
<Trans i18nKey="signInVia" values={{service: name}}/>
|
||||
</h5>
|
||||
<Form onSubmit={login}>
|
||||
<Form.Group controlId="email">
|
||||
<Form.Group controlId="username">
|
||||
<Form.Control
|
||||
isInvalid={error}
|
||||
type="text"
|
||||
|
|
Loading…
Reference in a new issue