reZach / secure-electron-store

A secure electron-store that uses ipcMain/ipcRenderer.
MIT License
51 stars 2 forks source link

cannot set passkey #13

Closed art-in closed 2 years ago

art-in commented 2 years ago
"[secure-electron-store:main]=> received a request to update the passkey to 'undefined'"

receiving above debug log after calling:

window.electron.store.send(savePasskeyRequest, "password")

probably because "key" here should be "passkey", as this is what listener expects

reZach commented 2 years ago

Thanks for reporting this @art-in - I pushed up a release that should fix this issue. Please re-open if you continue to have issues after upgrading the package to the latest.