frankhart2018 / primistore

Locally hosted password management tool
MIT License
6 stars 12 forks source link

Delete passwords even if charset file is missing #74

Open frankhart2018 opened 4 months ago

frankhart2018 commented 4 months ago

Currently if the charset file is missing, the delete endpoint: DELETE /password/:pass_uid fails with 500 when the deletion of charset fails (possible because it does not exist). This is not really required, if it cannot delete it should just move one and delete the database entry and return 200 (already exists).

anglerfishlyy commented 4 months ago

Could you assign me this?

frankhart2018 commented 4 months ago

Assigning.