diff options
Diffstat (limited to 'internal/readpassword')
| -rw-r--r-- | internal/readpassword/read.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/internal/readpassword/read.go b/internal/readpassword/read.go index 74057cf..c96f5e9 100644 --- a/internal/readpassword/read.go +++ b/internal/readpassword/read.go @@ -17,7 +17,7 @@ import (  const (  	exitCode       = 9 -	maxPasswordLen = 1000 +	maxPasswordLen = 2000  )  // Once tries to get a password from the user, either from the terminal, extpass | 
