From b000b8e43a350d27cdef61768a68ac6a21e451b0 Mon Sep 17 00:00:00 2001 From: Dominik Frantisek Bucik <bucik@ics.muni.cz> Date: Mon, 25 Mar 2024 14:25:04 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Jurisdiction=20in=20LS=20?= =?UTF-8?q?AAI=20consents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/webapp/WEB-INF/views/lsaai/approve.jsp | 2 +- .../src/main/webapp/WEB-INF/views/lsaai/approveDevice.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/lsaai/approve.jsp b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/lsaai/approve.jsp index 5df046e97..201823b5a 100644 --- a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/lsaai/approve.jsp +++ b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/lsaai/approve.jsp @@ -42,7 +42,7 @@ <h4>This service is provided by an international organization.</h4> </c:when> <c:otherwise> - <h4>This service is in ${jurisdiction}/></h4> + <h4>This service is in ${fullJurisdiction}</h4> </c:otherwise> </c:choose> <c:choose> diff --git a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/lsaai/approveDevice.jsp b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/lsaai/approveDevice.jsp index 2261d5ebb..02e6e77bf 100644 --- a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/lsaai/approveDevice.jsp +++ b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/lsaai/approveDevice.jsp @@ -46,7 +46,7 @@ <h4>This service is provided by an international organization.</h4> </c:when> <c:otherwise> - <h4>This service is in ${jurisdiction}/></h4> + <h4>This service is in ${fullJurisdiction}</h4> </c:otherwise> </c:choose> <c:choose> -- GitLab