Fix function name in comment
This commit is contained in:
commit
e7b8acae0f
@ -63,7 +63,7 @@ func (p *BitbucketProvider) SetRepository(repository string) {
|
||||
}
|
||||
}
|
||||
|
||||
// GetEmailAddress returns the email of the authenticated user
|
||||
// GetUserDetails returns the email of the authenticated user
|
||||
func (p *BitbucketProvider) GetUserDetails(s *sessions.SessionState) (*UserDetails, error) {
|
||||
var emails struct {
|
||||
Values []struct {
|
||||
|
Loading…
Reference in New Issue
Block a user