Accept claims if user is already a member

This commit is contained in:
Jon Staab
2025-10-31 15:59:21 -07:00
parent f010b97fef
commit da9110a9c7
3 changed files with 19 additions and 15 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ type Config struct {
} `toml:"policy"`
Groups struct {
Enabled bool `toml:"enabled"`
AutoJoin bool `toml:"auto_join"`
Enabled bool `toml:"enabled"`
AutoJoin bool `toml:"auto_join"`
} `toml:"groups"`
Management struct {