Allow Edit for admin in circle

This commit is contained in:
Mo Tarbin 2025-02-07 00:38:09 -05:00
parent bafc519150
commit 3919429f77
4 changed files with 16 additions and 5 deletions

View file

@ -158,9 +158,6 @@ func LoadConfig() *Config {
panic(err)
}
fmt.Printf("--ConfigLoad name : %s ", config.Name)
panic(config.OAuth2Config.ClientID)
// bind all the environment variables to the config:
configEnvironmentOverrides(&config)
return &config