mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-10 17:12:33 +08:00
Return the correct error on cache miss
This commit is contained in:
parent
f74266f8f8
commit
ef68f17a96
1 changed files with 1 additions and 1 deletions
2
oidc.go
2
oidc.go
|
@ -451,7 +451,7 @@ func (h *Headscale) validateMachineForOIDCCallback(
|
||||||
Msg("Failed to write response")
|
Msg("Failed to write response")
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil, false, errOIDCInvalidMachineState
|
return nil, false, errOIDCNodeKeyMissing
|
||||||
}
|
}
|
||||||
|
|
||||||
var nodeKey key.NodePublic
|
var nodeKey key.NodePublic
|
||||||
|
|
Loading…
Reference in a new issue