From 804c8ad40acbccdee03bb1eb7c2683c87ac1d77e Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Wed, 13 Oct 2021 14:49:47 -0700 Subject: [PATCH] IO-256 Add cookie location --- client/src/components/qbo-authorize/qbo-authorize.component.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/qbo-authorize/qbo-authorize.component.jsx b/client/src/components/qbo-authorize/qbo-authorize.component.jsx index 1f159afb0..0b9d48a11 100644 --- a/client/src/components/qbo-authorize/qbo-authorize.component.jsx +++ b/client/src/components/qbo-authorize/qbo-authorize.component.jsx @@ -33,6 +33,7 @@ export default function QboAuthorizeComponent() { setCookie("qbo_realmId", realmId, { path: "/", expires, + domain: `.${window.location.host}`, }); history.push({ pathname: `/manage/accounting/receivables` });