templates/oauth_application.str in rodauth-oauth-0.8.0 vs templates/oauth_application.str in rodauth-oauth-0.9.0

- old
+ new

@@ -1,10 +1,10 @@ <div id="oauth-application"> <dl> #{ params = [*rodauth.oauth_application_required_params, "client_id", "client_secret"] if rodauth.features.include?(:oauth_jwt) - params += %w[jws_jwk jwt_public_key] + params += %w[jwks jwt_public_key] end params.map do |param| "<dt class=\"#{param}\">#{rodauth.send(:"oauth_applications_#{param}_label")}: </dt>" + "<dd class=\"#{param}\">#{@oauth_application[rodauth.send(:"oauth_applications_#{param}_column")]}</dd>" end.join