From 15e9f77f594b46273a6b01f3a7c80ae288892283 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 30 Jul 2024 18:32:14 -0400 Subject: [PATCH] Announce TOTP code has been copied only after the entry has already been decrypted --- mutn.go | 1 - 1 file changed, 1 deletion(-) diff --git a/mutn.go b/mutn.go index 538533d..d9d40dc 100644 --- a/mutn.go +++ b/mutn.go @@ -74,7 +74,6 @@ func main() { case "username", "-u": field = 1 case "totp", "-t": - fmt.Println("TOTP code will be copied to clipboard - your clipboard will be kept up to date with the current TOTP code until this process is closed") field = 2 case "url", "-l": field = 3