canonical / identity-platform-admin-ui

Admin UI for the Canonical identity broker and identity provider solution
Other
6 stars 4 forks source link

fix: avoid escaping when passing URL to template #440

Closed BarcoMasile closed 1 month ago

BarcoMasile commented 1 month ago

Description

This PR provides a small change in how the context path is passed to the template that renders the index.html, making it work without escaping slashes that may be present in the context path itself. This aims at fixing a possible cause of weird behavior in the loading of the UI.