From 2a6930388f31eb05d8edb4e1371d1c6080392850 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Mon, 29 Dec 2025 15:13:47 +0800 Subject: [PATCH] Align Touch ID enable output with log_success --- bin/touchid.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/touchid.sh b/bin/touchid.sh index 78b14cf..56265ac 100755 --- a/bin/touchid.sh +++ b/bin/touchid.sh @@ -109,8 +109,7 @@ enable_touchid() { # Apply the changes if sudo mv "$temp_file" "$PAM_SUDO_FILE" 2> /dev/null; then - echo -e "${GREEN}${ICON_SUCCESS} Touch ID enabled${NC} ${GRAY}- try: sudo ls${NC}" - echo "" + log_success "Touch ID enabled - try: sudo ls" return 0 else log_error "Failed to enable Touch ID"