Make labels on login form point to correct inputs (#2661)

Co-authored-by: ibizaman <ibizapeanut@gmail.com>
This commit is contained in:
Pierre Penninckx
2025-02-01 09:31:54 +01:00
committed by GitHub
parent 98769aea11
commit 2690e535e3

View File

@@ -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