nelkor / passcryptum

Cryptographic password manager
https://passcryptum.com
MIT License
71 stars 4 forks source link

🐛 Fix services import #184

Closed nelkor closed 9 months ago

nelkor commented 9 months ago

There is currently an error when importing services. When importing multiple services that are not a superset of the current list of services, the service merging described in the documentation must occur. This happens, but only until the page is reloaded. After reloading the page, we will see only the list of services that was imported. This means that some old services will disappear.