{% extends 'oauth2/master.twig' %} {% block body %}
{% if auth.guise is defined %}

Are you {{ auth.guise.name }} and did you mean to use your own account?

Click here and reload this page.

{% endif %}
Authorisation Request

A third-party application is requesting permission to access your account.

{{ app.name }}
{# TODO: author should be listed #}

{{ app.summary }}

This application will be able to:
Do anything because I have not made up scopes yet.
Eat soup.
These are placeholders.
This one is really long because I want to test wrapping and how the chevron icon thing will handle it so there will be a lot of text here, the app will not be gaining anything from it but yeah sometimes you just need to explode seventy times.
{% endblock %}