From 4077bacfdfb45b603de20fd5581f4a9ca0097a6d Mon Sep 17 00:00:00 2001 From: Stavros Date: Wed, 29 Apr 2026 16:00:59 +0300 Subject: [PATCH] chore: rabbit feedback --- internal/bootstrap/router_bootstrap.go | 1 + 1 file changed, 1 insertion(+) 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()