Removed additional } in 2FA messages

This commit is contained in:
Jan Böhmer 2023-10-15 14:01:18 +02:00
parent d675f072d6
commit 0d5bc2b29f

View file

@ -7,7 +7,7 @@
{% block content %}
{% if authenticationError %}
<div class="alert alert-danger" role="alert">
<strong>{{ authenticationError|trans(authenticationErrorData, 'SchebTwoFactorBundle') }}}</strong>
<strong>{{ authenticationError|trans(authenticationErrorData, 'SchebTwoFactorBundle') }}</strong>
</div>
{% endif %}