{% set hide_left_bar = True %} {% extends g.theme.master %} {% block title %} Third-party application authorized. {% endblock %} {% block header %}Third-party application authorized.{% endblock %} {% block content %}

You have authorized {{ rtok.consumer_token.name }} access to your account. If you wish to revoke this access at any time, please visit user preferences and click 'revoke access'.

PIN: {{ rtok.validation_pin }}

Return to preferences {% endblock %}