Announce TOTP code has been copied only after the entry has already been decrypted

This commit is contained in:
2024-07-30 18:32:14 -04:00
parent 2904c76ffb
commit b7a470116a
2 changed files with 5 additions and 3 deletions
-1
View File
@@ -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