mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-28 04:46:42 -04:00
Simplify TOTP copy message
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ func CopyArgument(executableName, targetLocation string, field int) {
|
|||||||
secret = decryptedEntry[2]
|
secret = decryptedEntry[2]
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("TOTP code has been copied to the clipboard - Your clipboard will be kept up to date with the current code until this process is closed")
|
fmt.Println("Clipboard will be kept up to date with the current TOTP code until this process is closed")
|
||||||
|
|
||||||
for { // keep field copied to clipboard, refresh on 30-second intervals
|
for { // keep field copied to clipboard, refresh on 30-second intervals
|
||||||
currentTime := time.Now()
|
currentTime := time.Now()
|
||||||
|
|||||||
Reference in New Issue
Block a user