Open michaellihs opened 6 years ago
When logging in to a Gitlab server and you add a / at the end of the URL, the API calls will break.
/
Fix this by trimming / at the end of URL during login.
When logging in to a Gitlab server and you add a
/
at the end of the URL, the API calls will break.Fix this by trimming
/
at the end of URL during login.