Remove anouther potential error leak

This commit is contained in:
Kristoffer Dalby 2021-11-21 21:54:19 +00:00
parent fcd4d94927
commit 74044f62f4
No known key found for this signature in database
GPG key ID: 09F62DC067465735

View file

@ -149,7 +149,7 @@ func (h *Headscale) OIDCCallback(ctx *gin.Context) {
// TODO: we can use userinfo at some point to grab additional information about the user (groups membership, etc)
// userInfo, err := oidcProvider.UserInfo(context.Background(), oauth2.StaticTokenSource(oauth2Token))
// if err != nil {
// c.String(http.StatusBadRequest, fmt.Sprintf("Failed to retrieve userinfo: %s", err))
// c.String(http.StatusBadRequest, fmt.Sprintf("Failed to retrieve userinfo"))
// return
// }