mirror of
https://github.com/azukaar/Cosmos-Server.git
synced 2026-01-07 04:39:32 -06:00
[release] v0.18.0-unstable98
This commit is contained in:
@@ -82,7 +82,7 @@ func Init() {
|
||||
// Add proxy route clients
|
||||
for _, route := range config.HTTPConfig.ProxyConfig.Routes {
|
||||
if route.AuthEnabled && route.UseHost && !route.Disabled {
|
||||
utils.Log("Registering OpenID client for route: " + route.Hostname)
|
||||
utils.Log("Registering OpenID client for route: " + route.Host)
|
||||
client := utils.GetProxyOIDCredentials(route, true)
|
||||
store.Clients[client.ID] = client
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user