{%extends "base.html"%} {%block title%}OAuth2 Error{%endblock%} {%block content%} {{flash_messages()}}

Error: {{error.status_code}}

There was an error trying to fulfill your request:

{{error.error}}: {{error.description}}

{%endblock%}