We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d03af commit d739c21Copy full SHA for d739c21
login.go
@@ -52,6 +52,7 @@ func promptForPassword(serverName string) (string, error) {
52
fmt.Printf("Please enter password for '%s' (input hidden) :> ", serverName)
53
// the int conversion is required for the windows build to succeed
54
password, err := term.ReadPassword(int(syscall.Stdin))
55
+ println()
56
return string(password), err
57
}
58
0 commit comments