1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-12-20 19:09:07 +01:00

Add comment

This commit is contained in:
Kristoffer Dalby 2022-03-02 07:29:40 +00:00
parent ef422e6988
commit 1f8c7f427b

View File

@ -218,6 +218,9 @@ func (h *Headscale) OIDCCallback(ctx *gin.Context) {
}
// 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)
if machine != nil {