mygov-totp-enroll icon indicating copy to clipboard operation
mygov-totp-enroll copied to clipboard

Fixed electron remote require() support

Open olliecheng opened this issue 1 year ago • 0 comments

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.

olliecheng avatar Sep 21 '23 03:09 olliecheng