Skip to content
Snippets Groups Projects
Commit f9a48ec5 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Hide the otpauth url a bit not to confuse users.

parent d41627b0
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,11 @@ ...@@ -17,7 +17,11 @@
Authenticator. Then, enter the token generated by the app. Authenticator. Then, enter the token generated by the app.
{% endblocktrans %}</p> {% endblocktrans %}</p>
<p><img src="{{ QR_URL }}" alt="QR Code" class="bg-white" width="200" height="200" /></p> <p><img src="{{ QR_URL }}" alt="QR Code" class="bg-white" width="200" height="200" /></p>
<p><a href="{{ otpauth_url }}">Alternative otpauth set up link</a></p> <details>
<summary>Advanced</summary>
<p>For advanced users, here is the otpauth url in string format.</p>
<p><a href="{{ otpauth_url }}">{{ otpauth_url }}</a></p>
</details>
{% elif wizard.steps.current == 'sms' %} {% elif wizard.steps.current == 'sms' %}
<p>{% blocktrans trimmed %}Please enter the phone number you wish to receive the <p>{% blocktrans trimmed %}Please enter the phone number you wish to receive the
text messages on. This number will be validated in the next step. text messages on. This number will be validated in the next step.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment