Closed zeruniverse closed 4 years ago
I found this piece of code is crashing csv import: https://github.com/zeruniverse/Password-Manager/blame/master/src/js/main.js#L73 because the separator at export is
,
instead of;
.
Mh, that's weird. It should have guessed the separator from the data. But it's been a long time so I could be wrong.
Btw, why
export_raw
dropped file support? https://github.com/zeruniverse/Password-Manager/blob/master/src/js/common/recoveryBackend.js#L152
I have no idea ;)
I'm closing it as you've fixed everything. Is that ok?
Cool. If you finished the new Password Manager, I can put it at top of README to redirect the traffic.
Thank you! It'll take a little more time. I'll publish it once the browser-plugin works :)
Hi @BenjaminHae, I found this piece of code is crashing csv import: https://github.com/zeruniverse/Password-Manager/blame/master/src/js/main.js#L73 because the separator at export is
,
instead of;
.Btw, why
export_raw
dropped file support? https://github.com/zeruniverse/Password-Manager/blob/master/src/js/common/recoveryBackend.js#L152