From 525b6ead191ecf978f1de544753bdd244b8fabeb Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 25 May 2021 10:59:48 +0200 Subject: [PATCH 5/9] to fixup: fix callback template when test mode is not used --- .../templates/franceconnect/callback.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/passerelle/apps/franceconnect/templates/franceconnect/callback.html b/passerelle/apps/franceconnect/templates/franceconnect/callback.html index 7ec1e7ff..13c12d59 100644 --- a/passerelle/apps/franceconnect/templates/franceconnect/callback.html +++ b/passerelle/apps/franceconnect/templates/franceconnect/callback.html @@ -2,8 +2,8 @@ - {% if test %} {{ data|json_script:"data" }} + {% if test %}

redirect_uri:

{{ redirect_uri|pprint }}

correlation_id:

{{ franceconnect.correlation_id }}

{% if error %} @@ -26,12 +26,13 @@ -- 2.32.0.rc0