mygov-totp-enroll
mygov-totp-enroll copied to clipboard
Fixed electron remote require() support
This fixes the code in PR #13 (see also #12) and uses preload.js to offer ipcRenderer within the renderer process. Otherwise, the renderer complains that the require()
function does not exist.
Thanks for your work on this.