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
* @return Resolved with the GitHub username or rejected if unable to
* get the information
*/
username: async()=>{
constemail=awaitthis.git.email();
returnemail ? githubUsername(email) : email;
},
Since it's not using the token option, and so is purely an anonymous API call, I think we could just call the API manually. 👍 from me, would like to hear @UlisesGascon's opinion too.
I don’t think github-username is useful enough to worth 6,5MB.
The text was updated successfully, but these errors were encountered: