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:
vijeth-aradhya 2017-01-20 11:56:01 +05:30 committed by Boris Bobrov
parent da3b687ca6
commit d26ea3f3bc

View File

@ -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 %}