chore: update formating
This commit is contained in:
parent
717250adb3
commit
afd4a3706e
3 changed files with 9 additions and 4 deletions
3
oidc.go
3
oidc.go
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue