mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-29 05:18:48 -05:00
Merge branch 'main' into switch-to-db-d
This commit is contained in:
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user