Skip to content

Commit 38440a8

Browse files
Merge branch 'dex-oidc' of https://github.com/BetterAndBetterII/excalidraw-full into dex-oidc
2 parents 9cacb56 + 51efdcc commit 38440a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

handlers/auth/auth.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ var (
4040
type AppClaims struct {
4141
jwt.RegisteredClaims
4242
Login string `json:"login"`
43+
Email string `json:"email,omitempty"`
4344
AvatarURL string `json:"avatarUrl"`
4445
Name string `json:"name"`
4546
}

0 commit comments

Comments
 (0)