Fix authorize for text in oidc consent screen
This commit is contained in:
@@ -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>
|
||||
<% } -%>
|
||||
|
||||
Reference in New Issue
Block a user