diff --git a/app/templates/piston/callback_view.html b/app/templates/piston/callback_view.html index 9a0d592..ec4ec47 100644 --- a/app/templates/piston/callback_view.html +++ b/app/templates/piston/callback_view.html @@ -8,6 +8,6 @@

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.

-

Token/PIN: {{ token }}

+

Token/PIN: {{ token.verifier }}

{% endblock %}