Fix authorize for text in oidc consent screen

This commit is contained in:
Johannes Zellner
2023-05-12 13:57:45 +02:00
parent aad70a49b7
commit 74ff5e8de4

View File

@@ -58,7 +58,7 @@
<img width="128" height="128" class="avatar" src="<%= iconUrl %>"/>
<br/>
<% if (hasAccess) { -%>
<h3>Authorize for <b><%= name %></b></h3>
<h3>Authorize <b><%= name %></b></h3>
<% } else { -%>
<h3>You do not have access to <b><%= name %></b></h3>
<% } -%>