Skip to content

Commit

Permalink
fix yolo
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jul 19, 2024
1 parent 9ea4808 commit 988d2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/jitsi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.5.0
version: 1.5.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
1 change: 1 addition & 0 deletions charts/jitsi/files/oidc-redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ <h3 id="redirect" style="display:none;">Redirecting...</h3>
// A yolo call. Send to JWT gen directly
const search = encodeURIComponent(window.location.search.substring(1));
const hash = encodeURIComponent(window.location.hash.substring(1));
const path = encodeURIComponent(window.location.pathname);

window.location = '/oidc/yolo' +
`?path=${path}&search=${search}&hash=${hash}`;
Expand Down

0 comments on commit 988d2d4

Please sign in to comment.