Files
test-auth/app/templates/piston/callback_view.html

16 lines
513 B
HTML

{% extends "base.html" %}
{% block title %}OAuth Access Authorization{% endblock %}
{% block content %}
<div class="page-header">
<h1>Access Authorization</h1>
</div>
<p>Access is now enabled for the requesting application. It seems the application did not provide a way to give it the required information so you need to provide this to it. This has happened either due to it being a desktop application or not being configured properly.</p>
<p>Token/PIN: <b>{{ token.verifier }}</td></p>
{% endblock %}