chore: update formating

This commit is contained in:
Adrien Raffin-Caboisse 2022-02-22 21:05:39 +01:00
parent 717250adb3
commit afd4a3706e
3 changed files with 9 additions and 4 deletions

View file

@ -288,6 +288,7 @@ func (h *Headscale) OIDCCallback(ctx *gin.Context) {
http.StatusInternalServerError,
"couldn't normalize email",
)
return
}
// register the machine if it's new
@ -365,6 +366,4 @@ func (h *Headscale) OIDCCallback(ctx *gin.Context) {
}
ctx.Data(http.StatusOK, "text/html; charset=utf-8", content.Bytes())
return
}