Skip to content
Snippets Groups Projects
Commit 34e092db authored by Gabriel Zachmann's avatar Gabriel Zachmann
Browse files

add error log message

parent bc378597
Branches
Tags
No related merge requests found
......@@ -177,6 +177,7 @@ func CodeExchange(oState *state.State, code string, networkData api.ClientMetaDa
if !resOK {
res = pkgModel.OIDCError(e.Error(), "")
}
log.WithError(e).Error("error in code exchange")
return &model.Response{
Status: e.Response.StatusCode,
Response: res,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment