mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 16:22:24 -05:00
[bugfix] Fix a11y property warning from authorization page (#4166)
Use correct input-field identifier for authorization page email label. This seemed to be only instance where label was broken, other labels either had correct for-identifier or enclosed the input which they are labeling. closes #4165 Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4166 Co-authored-by: Iivari Äikäs <iivari.aikas@gmail.com> Co-committed-by: Iivari Äikäs <iivari.aikas@gmail.com>
This commit is contained in:
parent
61137e6c41
commit
6b6946f42a
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
<h2 id="sign-in">Sign in</h2>
|
||||
<form action="/auth/sign_in" method="POST">
|
||||
<div class="labelinput">
|
||||
<label for="email">Email</label>
|
||||
<label for="username">Email</label>
|
||||
<input
|
||||
type="email"
|
||||
name="username"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue