fix 2fa image not working

master
Aevann 2023-09-14 21:44:35 +03:00
parent 112841cf9e
commit df4f694d8e
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@
{% if mfa_secret %}
<p><span class="font-weight-bold">Step 1:</span> Scan this QR code (or enter the code) using a two-factor authentication app such as Google Authenticator or Authy.</p>
<div class="text-center mb-3">
<img alt="two-factor QR code" loading="lazy" class="img-fluid" width=175 src="{{SITE_FULL_IMAGES}}/2faqr/{{mfa_secret}}">
<img alt="two-factor QR code" loading="lazy" class="img-fluid" width=175 src="{{SITE_FULL}}/2faqr/{{mfa_secret}}">
<div class="text-small text-muted mt-1">Or enter this code: {{mfa_secret}}</div>
</div>
<p><span class="font-weight-bold">Step 2:</span> Enter the six-digit code generated in the authenticator app and your {{SITE_NAME}} account password.</p>