From c0b05fd592ff394147178c14949261ea4d25f683 Mon Sep 17 00:00:00 2001 From: FreddleSpl0it Date: Sun, 16 Jan 2022 18:08:11 +0100 Subject: [PATCH] [WebAuthn] fix u2f modal --- data/web/templates/modals/footer.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/web/templates/modals/footer.twig b/data/web/templates/modals/footer.twig index 6ac0ba48..690b9de0 100644 --- a/data/web/templates/modals/footer.twig +++ b/data/web/templates/modals/footer.twig @@ -191,8 +191,8 @@ {# leave this here to inform users that u2f is deprecated #} {% if pending_tfa_method == 'u2f' %}
-

lang.tfa.u2f_deprecated

-

lang.tfa.u2f_deprecated_important

+

{{ lang.tfa.u2f_deprecated }}

+

{{ lang.tfa.u2f_deprecated_important }}