Skip to content

password-manager: Fix crash when deleting all passwords

Michael Catanzaro requested to merge mcatanzaro/#1773 into master

This broke in 7d080a31. The callback here is not prepared for there to be no async data, but the async data is only required when clearing a single password, not when clearing all of them.

Fixes #1773 (closed)

Edited by Michael Catanzaro

Merge request reports