mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-02 12:02:23 +00:00
otp: show backup codes in monospace style
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
41271bc153
commit
36ba1d48ad
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
<li>
|
||||
<p>{{ 'config.otp.app.two_factor_code_description_3'|trans }}</p>
|
||||
|
||||
<p><strong>{{ backupCodes|join("\n")|nl2br }}</strong></p>
|
||||
<p><pre>{{ backupCodes|join("\n") }}</pre></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>{{ 'config.otp.app.two_factor_code_description_4'|trans }}</p>
|
||||
|
|
Loading…
Reference in a new issue