oob.html: Removed line breaks around the verifier code
There was an extra space that was displayed after the verfication code which caused verification to fail when just copied. Hence, any line breaks or spaces has been removed Fixes #5476
This commit is contained in:
parent
da3b687ca6
commit
d26ea3f3bc
@ -27,7 +27,5 @@
|
||||
|
||||
<h4>{% trans %}Copy and paste this <strong>verifier code</strong> into your client:{% endtrans %}</h4>
|
||||
|
||||
<p class="verifier">
|
||||
{{ oauth_request.verifier }}
|
||||
</p>
|
||||
<p class="verifier">{{ oauth_request.verifier }}</p>
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user