From 36ba1d48add2cace778d73def42993b754388525 Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Sat, 19 Dec 2020 12:54:03 +0100 Subject: [PATCH] otp: show backup codes in monospace style Signed-off-by: Kevin Decherf --- .../Resources/views/themes/material/Config/otp_app.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig index b620a533d..a98e74e0b 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig @@ -28,7 +28,7 @@
  • {{ 'config.otp.app.two_factor_code_description_3'|trans }}

    -

    {{ backupCodes|join("\n")|nl2br }}

    +

    {{ backupCodes|join("\n") }}

  • {{ 'config.otp.app.two_factor_code_description_4'|trans }}