IO-256 Add cookie location

This commit is contained in:
Patrick Fic
2021-10-13 14:49:47 -07:00
parent 0ddf009f8f
commit 804c8ad40a

View File

@@ -33,6 +33,7 @@ export default function QboAuthorizeComponent() {
setCookie("qbo_realmId", realmId, {
path: "/",
expires,
domain: `.${window.location.host}`,
});
history.push({ pathname: `/manage/accounting/receivables` });