fix: don't allow tagged devices in tailscale integration

This commit is contained in:
Stavros
2026-05-31 12:42:00 +03:00
parent faee58ca8e
commit 940ba6dff7
3 changed files with 10 additions and 10 deletions
-2
View File
@@ -59,8 +59,6 @@ type LDAPContext struct {
type TailscaleContext struct {
BaseContext
UserID string
// for future use
Tags []string
}
func (c *UserContext) IsAuthenticated() bool {