gitlab api used to check username existence

pull/245/head
satznova 6 years ago
parent 5731a7bafc
commit a9c0863ca3

@ -430,11 +430,12 @@
"username_unclaimed": "noonewouldeverusethis7" "username_unclaimed": "noonewouldeverusethis7"
}, },
"GitLab": { "GitLab": {
"errorMsg": "You need to sign in or sign up before continuing.", "errorMsg": "[]",
"errorType": "message", "errorType": "message",
"rank": 1874, "rank": 1874,
"url": "https://gitlab.com/{}", "url": "https://gitlab.com/{}",
"urlMain": "https://gitlab.com/", "urlMain": "https://gitlab.com/",
"urlProbe": "https://gitlab.com/api/v4/users?username={}",
"username_claimed": "blue", "username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7" "username_unclaimed": "noonewouldeverusethis7"
}, },

Loading…
Cancel
Save