mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Add comment
This commit is contained in:
parent
ef422e6988
commit
1f8c7f427b
1 changed files with 3 additions and 0 deletions
3
oidc.go
3
oidc.go
|
@ -218,6 +218,9 @@ func (h *Headscale) OIDCCallback(ctx *gin.Context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// retrieve machine information if it exist
|
// retrieve machine information if it exist
|
||||||
|
// The error is not important, because if it does not
|
||||||
|
// exist, then this is a new machine and we will move
|
||||||
|
// on to registration.
|
||||||
machine, _ := h.GetMachineByMachineKey(machineKey)
|
machine, _ := h.GetMachineByMachineKey(machineKey)
|
||||||
|
|
||||||
if machine != nil {
|
if machine != nil {
|
||||||
|
|
Loading…
Reference in a new issue