Skip to content

Commit

Permalink
update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
moe-dev committed Aug 4, 2024
1 parent 1251d94 commit d26a13e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion export/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ <h2>Message log</h2>
-->
<script type="module">
// TODO: this should be bundled at build time or replaced with code written by Turnkey entirely.
import * as hpke from "https://esm.sh/@hpke/core";
import * as hpke from "https://esm.sh/@hpke/core@1.2.7";

document.addEventListener("DOMContentLoaded", async () => {
await TKHQ.initEmbeddedKey();
Expand Down
2 changes: 1 addition & 1 deletion import/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
-->
<script type="module">
// TODO: this should be bundled at build time or replaced with code written by Turnkey entirely.
import * as hpke from "https://esm.sh/@hpke/core";
import * as hpke from "https://esm.sh/@hpke/core@1.2.7";

document.addEventListener("DOMContentLoaded", async () => {
// If styles are saved in local storage, sanitize and apply them.
Expand Down
2 changes: 1 addition & 1 deletion import/standalone.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ <h2>Message log</h2>
-->
<script type="module">
// TODO: this should be bundled at build time or replaced with code written by Turnkey entirely.
import * as hpke from "https://esm.sh/@hpke/core";
import * as hpke from "https://esm.sh/@hpke/core@1.2.7";

document.addEventListener("DOMContentLoaded", async () => {
// This is a workaround for how @turnkey/iframe-stamper is initialized. Currently,
Expand Down

0 comments on commit d26a13e

Please sign in to comment.