Skip to content
Snippets Groups Projects
Commit 50afa921 authored by Ed Tan's avatar Ed Tan
Browse files

Remove unused DisplayName

parent 6ffc8fcd
No related branches found
No related tags found
No related merge requests found
......@@ -275,10 +275,9 @@ type pagedResponse struct {
// user holds Bitbucket user information (relevant to dex) as defined by
// https://developer.atlassian.com/bitbucket/api/2/reference/resource/user
type user struct {
Username string `json:"username"`
DisplayName string `json:"display_name"`
UUID string `json:"uuid"`
Email string `json:"email"`
Username string `json:"username"`
UUID string `json:"uuid"`
Email string `json:"email"`
}
// user queries the Bitbucket API for profile information using the provided client.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment