mirror of
https://github.com/wahyd4/loginsrv.git
synced 2026-08-09 04:46:29 +10:00
#51 | Adjusted documentation
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ func (e *emails) GetPrimaryEmailAddress() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
// getBitbucketEmails Retrieves bitbucket user emails hiting the Bitbucket API emails service
|
||||
// getBitbucketEmails Retrieves bitbucket user emails from the Bitbucket API emails service
|
||||
func getBitbucketEmails(token TokenInfo) (emails, error) {
|
||||
emailUrl := fmt.Sprintf("%v/user/emails?access_token=%v", bitbucketAPI, token.AccessToken)
|
||||
userEmails := emails{}
|
||||
|
||||
Reference in New Issue
Block a user