📝 Description
Users provide values for Team Name, Cluster Name and Git Server.
A common error users make is to insert https:// in front of the Git Server and Cluster Name. It would be nice if in the js we detected the value and stripped out the invalid part
|
function setNamesInStorage () { |
Bonus 🏆: Strip out all characters than make an invalid url
@oybed
📝 Description
Users provide values for Team Name, Cluster Name and Git Server.
A common error users make is to insert
https://in front of the Git Server and Cluster Name. It would be nice if in the js we detected the value and stripped out the invalid parttech-exercise/docs/index.html
Line 41 in 3f0145f
Bonus 🏆: Strip out all characters than make an invalid url
@oybed