Fix 2fa setup.
This commit is contained in:
parent
8cda197114
commit
6c9082c6d8
|
@ -30,7 +30,7 @@
|
||||||
{% trans 'Scan the QR code below with a token generator of your choice (for instance Google Authenticator).' %}
|
{% trans 'Scan the QR code below with a token generator of your choice (for instance Google Authenticator).' %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<img src="{% url 'two-factor-qr-code' %}" />
|
<img src="{{ qr_code_url }}" />
|
||||||
|
|
||||||
<h4>
|
<h4>
|
||||||
{% trans 'Step 2' %}:
|
{% trans 'Step 2' %}:
|
||||||
|
|
Loading…
Reference in a new issue