Skip to content

Commit

Permalink
Update api.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
juanfont and kradalby authored Aug 12, 2022
1 parent 393aae0 commit 739e11e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ import (
)

const (
registrationHoldoff = time.Second * 5 // TODO(juan): remove this once https://github.com/juanfont/headscale/issues/727 is fixed
// TODO(juan): remove this once https://github.com/juanfont/headscale/issues/727 is fixed
registrationHoldoff = time.Second * 5
reservedResponseHeaderSize = 4
RegisterMethodAuthKey = "authkey"
RegisterMethodOIDC = "oidc"
Expand Down

0 comments on commit 739e11e

Please sign in to comment.