diff --git a/internal/bootstrap/router_bootstrap.go b/internal/bootstrap/router_bootstrap.go index 91d36ac2..d1e213fb 100644 --- a/internal/bootstrap/router_bootstrap.go +++ b/internal/bootstrap/router_bootstrap.go @@ -83,6 +83,7 @@ func (app *BootstrapApp) setupRouter() (*gin.Engine, error) { RedirectCookieName: app.context.redirectCookieName, CookieDomain: app.context.cookieDomain, OAuthSessionCookieName: app.context.oauthSessionCookieName, + SubdomainsEnabled: app.config.Auth.SubdomainsEnabled, }, apiRouter, app.services.authService) oauthController.SetupRoutes()