Removed redundant statement
This commit is contained in:
parent
47b22f3950
commit
aab0bfe2d5
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)
|
c.Data(200, "application/json; charset=utf-8", respBody)
|
||||||
log.Printf("[%s] Successfully authenticated via AuthKey", m.Name)
|
log.Printf("[%s] Successfully authenticated via AuthKey", m.Name)
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue