mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Fix oidc.go linting issues
Signed-off-by: Juan Font Alonso <juanfontalonso@gmail.com>
This commit is contained in:
parent
d038df2a88
commit
18c0009a51
1 changed files with 0 additions and 1 deletions
1
oidc.go
1
oidc.go
|
@ -604,7 +604,6 @@ func (h *Headscale) registerMachineForOIDCCallback(
|
|||
namespace *Namespace,
|
||||
nodeKey *key.NodePublic,
|
||||
) error {
|
||||
|
||||
if _, err := h.RegisterMachineFromAuthCallback(
|
||||
nodeKey.String(),
|
||||
namespace.Name,
|
||||
|
|
Loading…
Reference in a new issue