fix: delete is interactive

This commit is contained in:
Pierig Le Saux
2026-04-08 21:46:19 -04:00
committed by André Roth
parent 3b432d42b5
commit 1ed50697ec
+2
View File
@@ -218,6 +218,8 @@ func apiGPGDeleteKey(c *gin.Context) {
args := []string{
"--no-default-keyring",
"--allow-non-selfsigned-uid",
"--batch",
"--yes",
}
keyring := "trustedkeys.gpg"