Rename all occurrences of "passphrase" to "password"

This commit is contained in:
2025-10-26 12:28:07 -04:00
parent 235f6b5ed4
commit b9175d7ff3
6 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package global
type ByteInputFetcher func(prompt string) []byte
var (
GetPassphrase ByteInputFetcher // Clients should set this to a function that fetches hidden input from the user
GetPassword ByteInputFetcher // Clients should set this to a function that fetches hidden input from the user
)
const (