diff --git a/public/js/index.js b/public/js/index.js index a369c62..7a948f0 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -41,6 +41,7 @@ async function uploadFile() { const downloadUrl = `${ window.location.origin }/${data.mnemonic.replaceAll(" ", ".")}`; + history.pushState({}, "", `/${data.mnemonic.replaceAll(" ", ".")}`); uploadResult.innerHTML = `Seeding file. Share this mnemonic: ${data.mnemonic}
Note that the file will be available for download only as long as you keep this page open.`; copyButton.style.display = "inline-block";