{# 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. -#} {% extends "base.html" %} {% block content %} {% set client_name = login.redirect_uri | simplify_url %}

Allow access to your account?

{{ client_name }} wants to access your account. This will allow {{ client_name }} to:

Make sure that you trust {{ client_name }}. You may be sharing sensitive information with this site or app.
{{ button.button(text=_("action.continue")) }}

{{ _("mas.not_you", username=current_session.user.username) }}

{{ logout.button(text=_("action.sign_out"), csrf_token=csrf_token, post_logout_action=action, as_link=true) }}
{% endblock content %}