Remove expiry logic, this needs to be redone
This commit is contained in:
parent
106b1e7e8d
commit
9aac1fb255
5 changed files with 22 additions and 55 deletions
2
oidc.go
2
oidc.go
|
|
@ -228,8 +228,6 @@ func (h *Headscale) OIDCCallback(ctx *gin.Context) {
|
|||
h.db.Save(&machine)
|
||||
}
|
||||
|
||||
h.updateMachineExpiry(machine)
|
||||
|
||||
ctx.Data(http.StatusOK, "text/html; charset=utf-8", []byte(fmt.Sprintf(`
|
||||
<html>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue