Merge pull request #295 from naturallaw777/copilot/update-wipe-paths-array

Expand security reset wipe scope to include nix-bitcoin and Bisq state
This commit is contained in:
Sovran Systems
2026-05-08 16:00:04 -05:00
committed by GitHub
+3
View File
@@ -3795,6 +3795,9 @@ async def api_security_reset():
"/home/free/.ssh",
"/var/lib/lnd",
"/var/lib/vaultwarden",
"/etc/nix-bitcoin-secrets",
"/home/free/.local/share/Bisq",
"/home/free/.bisq",
]
errors: list[str] = []