aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/otp_app.html.twig
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-01-23 14:43:39 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-01-23 14:43:39 +0100
commit4654a83b6438b88e3b7062a21d18999d9df2fb8e (patch)
treef20677c3d68c1ea756f0835ff179a0d7d3431a67 /src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/otp_app.html.twig
parent7485a272ffbcc045e6002b4bf4ea289ce0a0f3b4 (diff)
downloadwallabag-update-two-factor-bundle.tar.gz
wallabag-update-two-factor-bundle.tar.zst
wallabag-update-two-factor-bundle.zip
Hash backup codes in the database using `password_hash`update-two-factor-bundle
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/otp_app.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/otp_app.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/otp_app.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/otp_app.html.twig
index 2e4442e3..0919646e 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/otp_app.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/otp_app.html.twig
@@ -20,7 +20,7 @@
20 <li> 20 <li>
21 <p>{{ 'config.otp.app.two_factor_code_description_3'|trans }}</p> 21 <p>{{ 'config.otp.app.two_factor_code_description_3'|trans }}</p>
22 22
23 <p><strong>{{ app.user.getBackupCodes|join("\n")|nl2br }}</strong></p> 23 <p><strong>{{ backupCodes|join("\n")|nl2br }}</strong></p>
24 </li> 24 </li>
25 <li> 25 <li>
26 <p>{{ 'config.otp.app.two_factor_code_description_4'|trans }}</p> 26 <p>{{ 'config.otp.app.two_factor_code_description_4'|trans }}</p>