forked from rDrama/rDrama
1
0
Fork 0

remove unnecessary part

master
Aevann 2023-09-14 21:47:00 +03:00
parent d14702fa8c
commit 425b6e90e1
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}}/2faqr/{{mfa_secret}}">
<img alt="two-factor QR code" loading="lazy" class="img-fluid" width=175 src="/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>