Merge branch '2.6' into master

This commit is contained in:
Kevin Decherf
2025-04-14 21:56:24 +02:00
5 changed files with 33 additions and 10 deletions

View File

@ -42,7 +42,7 @@
<div class="row">
<div class="input-field col s12">
<label for="_auth_code">{{ "auth_code"|trans({}, 'SchebTwoFactorBundle') }}</label>
<input id="_auth_code" type="text" autocomplete="off" name="_auth_code" />
<input id="_auth_code" type="text" autocomplete="off" name="_auth_code" required="required" />
</div>
</div>
</div>