lib/generators/rodauth/oauth/templates/app/views/rodauth/oauth_application.html.erb in rodauth-oauth-0.10.4 vs lib/generators/rodauth/oauth/templates/app/views/rodauth/oauth_application.html.erb in rodauth-oauth-1.0.0.pre.beta1
- old
+ new
@@ -20,10 +20,8 @@
<% end %>
<% if oauth_application[rodauth.oauth_applications_jwks_uri_column] %>
<dt><%= rodauth.oauth_applications_jwks_uri_label %>: </dt>
<dd><%= oauth_application[rodauth.oauth_applications_jwks_uri_column] %></dd>
<% end %>
- <dt><%= rodauth.oauth_applications_jwt_public_key_label %>: </dt>
- <dd><%= oauth_application[rodauth.oauth_applications_jwt_public_key_column] %></dd>
<% end %>
</dl>
</div>
\ No newline at end of file