spin
spin copied to clipboard
FIX - When the password contains "$" character the login not working well.
When the password contains "$" character in the "config" the login not working well.
The following commits need their title changed:
- 9f21b594826cea55510fd40e35a45876905f0065: When the password contains "$" in the "config" the login not working well.
Please format your commit title into the form:
<type>(<scope>): <subject>, e.g. fix(kubernetes): address NPE in status check
This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here.
I already change my implementation creating a new flag. This solution will not need to break the old implementation.