From 3874259d727e69d0d0eabe45486d1c0034799b2e Mon Sep 17 00:00:00 2001 From: julianajlk Date: Fri, 20 Dec 2024 11:24:37 -0500 Subject: [PATCH] fix: Modify domain to include period for subdomains --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 33189dab6..0c9317667 100755 --- a/public/index.html +++ b/public/index.html @@ -48,7 +48,7 @@ optIn: true, }, required: true, - domain: '<%= htmlWebpackPlugin?.options?.cohesionConfig?.tagularCookieDomain %>', + domain: '<%= "." + (htmlWebpackPlugin?.options?.cohesionConfig?.tagularCookieDomain || "") %>', }, })