1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

better accessibility for honepot formfield

This commit is contained in:
nesges
2024-04-21 16:08:28 +02:00
parent 31272e60b6
commit 16399b63be
2 changed files with 8 additions and 5 deletions

View File

@ -13,7 +13,7 @@
<form action="{{ url("/register") }}" method="POST" class="mt-l stretch-inputs">
{!! csrf_field() !!}
<div class="form-group ambrosia-container">
<div class="form-group ambrosia-container" aria-hidden="true">
<label for="name">{{ trans('auth.name') }}</label>
@include('form.text', ['name' => 'username'])
</div>