mirror of
https://github.com/juanfont/headscale.git
synced 2025-10-19 05:03:21 +00:00
Move todo to correct file
This commit is contained in:
2
api.go
2
api.go
@@ -133,6 +133,8 @@ func (h *Headscale) RegistrationHandler(ctx *gin.Context) {
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
// TODO(kradalby): We need these fields to be unique, we need to add a hash or something at the end.
|
||||
normalizedHostname, err := NormalizeToFQDNRules(
|
||||
req.Hostinfo.Hostname,
|
||||
h.cfg.OIDC.StripEmaildomain,
|
||||
|
Reference in New Issue
Block a user