Skip to content

Commit

Permalink
Merge pull request #23 from cgkineo/issue/22
Browse files Browse the repository at this point in the history
Fix: `generateSessionID` error when using adl_launch.html
  • Loading branch information
danielghost authored Sep 11, 2023
2 parents 77635f1 + 904e039 commit cb24cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion required/adl_launch.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}

function getLauncherURL() {
var url = "https://launcher.learninglocker.net/session/" + generateSessionID() + "/launch";
var url = "https://launcher.learninglocker.net/session/" + generateUUID() + "/launch";

return url;
}
Expand Down

0 comments on commit cb24cf2

Please sign in to comment.