mirror of
https://github.com/grocy/grocy.git
synced 2026-04-03 11:26:16 +02:00
Make labels on login form point to correct inputs
This commit is contained in:
parent
98769aea11
commit
b09d31578f
|
|
@ -15,7 +15,7 @@
|
|||
novalidate>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="name">{{ $__t('Username') }}</label>
|
||||
<label for="username">{{ $__t('Username') }}</label>
|
||||
<input type="text"
|
||||
class="form-control"
|
||||
required
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="name">{{ $__t('Password') }}</label>
|
||||
<label for="password">{{ $__t('Password') }}</label>
|
||||
<input type="password"
|
||||
class="form-control"
|
||||
required
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user