Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(kmd): add tests for empty and null password handling
Add test coverage for KmdWallet's `getPassword` method to verify: - Empty string passwords are properly cached and reused - Cancelled prompts (null) fall back to empty string - Password prompt is only shown once when cached
- Loading branch information