mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36: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}}/>
|
<Trans i18nKey="signInVia" values={{service: name}}/>
|
||||||
</h5>
|
</h5>
|
||||||
<Form onSubmit={login}>
|
<Form onSubmit={login}>
|
||||||
<Form.Group controlId="email">
|
<Form.Group controlId="username">
|
||||||
<Form.Control
|
<Form.Control
|
||||||
isInvalid={error}
|
isInvalid={error}
|
||||||
type="text"
|
type="text"
|
||||||
|
|
Loading…
Reference in a new issue