diff --git a/integration/auth_web_flow_test.go b/integration/auth_web_flow_test.go index 4dc7546e..55d0fb49 100644 --- a/integration/auth_web_flow_test.go +++ b/integration/auth_web_flow_test.go @@ -134,7 +134,6 @@ func (s *AuthWebFlowScenario) runTailscaleUp( if err != nil { log.Printf("error waiting for client %s to be ready: %s", c.Hostname(), err) } - }(client) } namespace.joinWaitGroup.Wait() diff --git a/oidc.go b/oidc.go index d3423977..853345a6 100644 --- a/oidc.go +++ b/oidc.go @@ -604,7 +604,6 @@ func (h *Headscale) registerMachineForOIDCCallback( namespace *Namespace, nodeKey *key.NodePublic, ) error { - if _, err := h.RegisterMachineFromAuthCallback( nodeKey.String(), namespace.Name,