From ebc30f3776dcf489ae336103d7fe049229b457d8 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 2 Dec 2025 18:13:02 +0100 Subject: [PATCH] Make the compat SSO login page use the same layout as other consent pages --- templates/pages/sso.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/pages/sso.html b/templates/pages/sso.html index ce3321cfc..f6d9aba99 100644 --- a/templates/pages/sso.html +++ b/templates/pages/sso.html @@ -6,6 +6,8 @@ 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 %}