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")
|
||||
}
|
||||
|
||||
return nil, false, errOIDCInvalidMachineState
|
||||
return nil, false, errOIDCNodeKeyMissing
|
||||
}
|
||||
|
||||
var nodeKey key.NodePublic
|
||||
|
|
Loading…
Reference in a new issue