mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Removed redundant statement
This commit is contained in:
parent
47b22f3950
commit
aab0bfe2d5
1 changed files with 0 additions and 1 deletions
1
api.go
1
api.go
|
@ -467,5 +467,4 @@ func (h *Headscale) handleAuthKey(c *gin.Context, db *gorm.DB, idKey wgcfg.Key,
|
|||
}
|
||||
c.Data(200, "application/json; charset=utf-8", respBody)
|
||||
log.Printf("[%s] Successfully authenticated via AuthKey", m.Name)
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue