openvk/Web/Presenters/templates/User/TwoFactorAuthCodes.xml

19 lines
545 B
XML
Raw Normal View History

{extends "../@layout.xml"}
2022-08-09 09:37:08 +03:00
{block title}{_my_settings} - {_two_factor_authentication}{/block}
{block header}
2022-08-09 09:37:08 +03:00
<a href="/settings">{_my_settings}</a> » {_two_factor_authentication}
{/block}
{block content}
2022-08-09 09:37:08 +03:00
<h4>{_backup_codes}</h4>
<p>{_two_factor_authentication_backup_codes_1}</p>
<p>{_two_factor_authentication_backup_codes_2|noescape}</p>
<ol style="columns: 2; text-align: center;">
<li n:foreach="$codes as $code">{$code}</li>
</ol>
2022-08-09 09:37:08 +03:00
<p>{_two_factor_authentication_backup_codes_3}</p>
{/block}