You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib init stops working after one wrong password attempt.
Expected Outcome
$ lib init -f
Welcome to stdlib! :)
To use the stdlib registry, you must have a registered StdLib account.
It will allow you to push your services to the cloud and manage environments.
It's free to create an account. Let's get started!
Please enter your e-mail to login or register.
? E-mail [email protected]
Welcome back, omarchehab98!
Please enter your password.
? Password ******** <- wrong password
Error: Invalid credentials
? Password ******** <- correct password
Logged in successfully! Retrieving default Library Token (API Key)...
Active Library Token (API Key) set to: Library Token
Congratulations!
Your stdlib development environment has been initialized.
Use lib create <service> to create a new (local) service package.
or type lib get <service> to download an existing service package.
Additionally, use lib help to see more commands.
Happy building! :)
Actual Outcome
$ lib init -f
Welcome to stdlib! :)
To use the stdlib registry, you must have a registered StdLib account.
It will allow you to push your services to the cloud and manage environments.
It's free to create an account. Let's get started!
Please enter your e-mail to login or register.
? E-mail [email protected]
Welcome back, omarchehab98!
Please enter your password.
? Password ******** <- wrong password
Error: Invalid credentials
? Password ******** <- correct password
Error: Invalid credentials
$ lib init -f
Welcome to stdlib! :)
To use the stdlib registry, you must have a registered StdLib account.
It will allow you to push your services to the cloud and manage environments.
It's free to create an account. Let's get started!
Please enter your e-mail to login or register.
? E-mail [email protected]
Welcome back, omarchehab98!
Please enter your password.
? Password ******** <- correct password
Logged in successfully! Retrieving default Library Token (API Key)...
Active Library Token (API Key) set to: Library Token
Congratulations!
Your stdlib development environment has been initialized.
Use lib create <service> to create a new (local) service package.
or type lib get <service> to download an existing service package.
Additionally, use lib help to see more commands.
Happy building! :)
The text was updated successfully, but these errors were encountered:
lib init
stops working after one wrong password attempt.Expected Outcome
Actual Outcome
The text was updated successfully, but these errors were encountered: