aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig2
1 files changed, 1 insertions, 1 deletions
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 6aef355e..7875d787 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
@@ -24,7 +24,7 @@
24 <li> 24 <li>
25 <p>{{ 'config.otp.app.two_factor_code_description_3'|trans }}</p> 25 <p>{{ 'config.otp.app.two_factor_code_description_3'|trans }}</p>
26 26
27 <p><strong>{{ app.user.getBackupCodes|join("\n")|nl2br }}</strong></p> 27 <p><strong>{{ backupCodes|join("\n")|nl2br }}</strong></p>
28 </li> 28 </li>
29 <li> 29 <li>
30 <p>{{ 'config.otp.app.two_factor_code_description_4'|trans }}</p> 30 <p>{{ 'config.otp.app.two_factor_code_description_4'|trans }}</p>