From 74ff5e8de4e5f7ceacf00c8036e3f819eee1a1b4 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 12 May 2023 13:57:45 +0200 Subject: [PATCH] Fix authorize for text in oidc consent screen --- src/oidc_templates/interaction.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oidc_templates/interaction.ejs b/src/oidc_templates/interaction.ejs index ed6f13f09..6700b76d3 100644 --- a/src/oidc_templates/interaction.ejs +++ b/src/oidc_templates/interaction.ejs @@ -58,7 +58,7 @@
<% if (hasAccess) { -%> -

Authorize for <%= name %>

+

Authorize <%= name %>

<% } else { -%>

You do not have access to <%= name %>

<% } -%>