Merge branch 'main' into switch-to-db-d
This commit is contained in:
commit
8e56d8b425
16 changed files with 190 additions and 39 deletions
6
oidc.go
6
oidc.go
|
@ -474,7 +474,11 @@ func (h *Headscale) validateMachineForOIDCCallback(
|
|||
Caller().
|
||||
Err(err).
|
||||
Msg("Failed to refresh machine")
|
||||
http.Error(writer, "Failed to refresh machine", http.StatusInternalServerError)
|
||||
http.Error(
|
||||
writer,
|
||||
"Failed to refresh machine",
|
||||
http.StatusInternalServerError,
|
||||
)
|
||||
|
||||
return nil, true, err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue