Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vouch/vouch-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
bnfinet committed May 21, 2020
2 parents e8fa841 + e9ddce2 commit 5f7571f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func CallbackHandler(w http.ResponseWriter, r *http.Request) {
ptokens := structs.PTokens{}

if err := getUserInfo(r, &user, &customClaims, &ptokens); err != nil {
responses.Error400(w, r, fmt.Errorf("/auth Error while retreiving user info after successflu login at the OAuth provider: %w", err))
responses.Error400(w, r, fmt.Errorf("/auth Error while retreiving user info after successful login at the OAuth provider: %w", err))
return
}
log.Debugf("/auth Claims from userinfo: %+v", customClaims)
Expand Down

0 comments on commit 5f7571f

Please sign in to comment.