Update fido2-manage.sh

This commit is contained in:
Token2
2025-11-11 08:25:25 +01:00
committed by GitHub
parent 4d65a199e6
commit fd99ef43e8

View File

@@ -191,7 +191,7 @@ if [[ -n $device ]]; then
read -r confirmation
if [[ $confirmation =~ [Yy] ]]; then
$FIDO2_TOKEN_CMD -D -i "$credential" "$device_string"
show_message "Credential deleted successfully."
show_message "Passing credential deletion request"
else
show_message "Deletion canceled."
fi