Skip to content

Commit f3ae63c

Browse files
committed
Removed QR image from empty p tag
1 parent fd0b010 commit f3ae63c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • hypha/apply/users/templates/two_factor/core

hypha/apply/users/templates/two_factor/core/setup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{% endblocktrans %}</p>
1818
<p>{% blocktrans trimmed %}<strong>Step 1:</strong> Open the Authenticator app on your phone and scan the QR code displayed below.
1919
{% endblocktrans %}</p>
20-
<p><img src="{{ QR_URL }}" alt="QR Code" class="bg-white" width="200" height="200" /></p>
20+
<img src="{{ QR_URL }}" alt="QR Code" class="bg-white not-prose" width="200" height="200"/>
2121
<p style="font-size: small">{% trans "Unable to scan the QR code? Try this link:" %} <a href="{{ otpauth_url }}" title="2FA Setup URL">{{ otpauth_url }}</a></p>
2222
<p>{% blocktrans trimmed %}<strong>Step 2:</strong> Enter the 6-digit verification code generated by the app below.{% endblocktrans %}</p>
2323
{% elif wizard.steps.current == 'sms' %}

0 commit comments

Comments
 (0)