{# Copyright 2024, 2025 New Vector Ltd. Copyright 2022-2024 The Matrix.org Foundation C.I.C. SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial Please see LICENSE files in the repository root for full details. -#} {% set consent_page = true %} {% extends "base.html" %} {% block content %} {% set client_name = login.redirect_uri | simplify_url %}

{{ _('mas.consent.continue_to', client_name=client_name) }}

{% set initial -%} {%- if matrix_user.display_name -%} {{- matrix_user.display_name[0] | upper -}} {%- else -%} {{- matrix_user.mxid[1] | upper -}} {%- endif -%} {%- endset %}
{{ initial }}
{{ matrix_user.display_name or current_session.user.username }}
{{ matrix_user.mxid }}
{{ button.button(text=_("action.continue")) }}
{% call logout.button(csrf_token=csrf_token, post_logout_action=action) %} {% endcall %}
{% endblock content %}