Skip to content

Commit

Permalink
Removed the jwt from the query param of the iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Peterson authored and jpeters5392 committed Feb 25, 2025
1 parent e2422db commit 6652ea4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/iframe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export const setIframe = (
const queryParams = new URLSearchParams({
...params,
embed: "true",
jwt: state.jwt,
});

if (state.theme) {
Expand Down

0 comments on commit 6652ea4

Please # to comment.