Skip to content

Commit

Permalink
Issueid #231004 feat:play youtube help video in mylearning iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkyapandetekdi committed Nov 25, 2024
1 parent fb4f571 commit caf4d24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Assesment/Assesment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@ const Assesment = ({ discoverStart }) => {
if (process.env.REACT_APP_SHOW_HELP_VIDEO === "true") {
window.parent.postMessage(

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications High

Specify a target origin for this message. See more on SonarQube Cloud
{
helpVideo: process.env.REACT_APP_SHOW_HELP_VIDEO_LINK,
message: "help-video-link",
},
"*"
Expand Down

0 comments on commit caf4d24

Please sign in to comment.