mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-06 09:07:14 -04:00
Announce TOTP code has been copied only after the entry has already been decrypted
This commit is contained in:
@@ -74,7 +74,6 @@ func main() {
|
|||||||
case "username", "-u":
|
case "username", "-u":
|
||||||
field = 1
|
field = 1
|
||||||
case "totp", "-t":
|
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
|
field = 2
|
||||||
case "url", "-l":
|
case "url", "-l":
|
||||||
field = 3
|
field = 3
|
||||||
|
|||||||
Reference in New Issue
Block a user