Skip to content

Commit

Permalink
Merge pull request #4 from springload/ryami333-patch-1
Browse files Browse the repository at this point in the history
Make Password+OTP prompt more explicit
  • Loading branch information
jesserockz authored Oct 8, 2019
2 parents 68e8e92 + cf0f50c commit 3d265e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ var rootCmd = &cobra.Command{
}
log.Println("Don't have session, trying to log in")

fmt.Print("Password: ")
fmt.Print("Lastpass Password: ")
bytePassword, _ := terminal.ReadPassword(int(syscall.Stdin))
fmt.Println()
fmt.Print("OTP: ")
fmt.Print("Lastpass OTP: ")
byteOtp, _ := terminal.ReadPassword(int(syscall.Stdin))
fmt.Println()

Expand Down

0 comments on commit 3d265e3

Please # to comment.