{# Copyright 2025 New Vector Ltd. SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial Please see LICENSE in the repository root for full details. -#} {% extends "base.html" %} {% block content %}
{{ icon.link() }}

{{ _("mas.upstream_oauth2.login_link.heading") }}

{{ _("mas.upstream_oauth2.login_link.description", username=linked_user.username) }}
{{ button.button(text=_("mas.upstream_oauth2.login_link.action")) }}
{% endblock content %}