mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-18 06:22:05 +09:00
Cleanup some unreachable code
This commit is contained in:
@@ -215,7 +215,7 @@ func (h *Headscale) OIDCCallback(ctx *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
// retrieve machine information
|
||||
// retrieve machine information if it exist
|
||||
machine, err := h.GetMachineByMachineKey(machineKey)
|
||||
if err != nil {
|
||||
log.Error().Msg("machine key not found in database")
|
||||
|
||||
Reference in New Issue
Block a user