Skip to content

Commit

Permalink
try to fix linebreak problem
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Sep 23, 2023
1 parent 9512f72 commit 827c47d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require Rails.root.join('plugins/redmine_saml/lib/redmine_saml/base')
{% endif %}
{% endif %}
{% if saml_idp_cert != '' %}
idp_cert: "{{ saml_idp_cert }}",
idp_cert: "{{ saml_idp_cert | replace('\n', '\\n') }}",
{% endif %}
{% if saml_idp_slo_service_url != '' %}
idp_slo_service_url: '{{ saml_idp_slo_service_url }}',
Expand Down

0 comments on commit 827c47d

Please sign in to comment.