mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 04:43:32 +00:00
Make labels on login form point to correct inputs (#2661)
Co-authored-by: ibizaman <ibizapeanut@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
novalidate>
|
novalidate>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="name">{{ $__t('Username') }}</label>
|
<label for="username">{{ $__t('Username') }}</label>
|
||||||
<input type="text"
|
<input type="text"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
required
|
required
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="name">{{ $__t('Password') }}</label>
|
<label for="password">{{ $__t('Password') }}</label>
|
||||||
<input type="password"
|
<input type="password"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
required
|
required
|
||||||
|
Reference in New Issue
Block a user