{% extends "base.html" %} {% block content %}

OAuth Callback

{{ "授权成功" if success else "授权失败" }}

{{ message }}

返回控制台
{% endblock %}