We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a28573 commit bd58cc0Copy full SHA for bd58cc0
templates/vhost/_auth_oidc.erb
@@ -1,9 +1,5 @@
1
<% if @auth_oidc -%>
2
<% @oidc_settings.each do |key, value| %>
3
-<% if key == 'Scope' -%>
4
- OIDC<%= key %> "<%= value -%>"
5
-<% else -%>
6
- OIDC<%= key %> <%= value -%>
7
-<% end -%>
+ OIDC<%= key %> <% if key == 'Scope' -%>"<%= value -%>"<% else -%><%= value -%><% end%>
8
<% end %>
9
<% end -%>
0 commit comments