IO-256 Add cookie location
This commit is contained in:
@@ -33,6 +33,7 @@ export default function QboAuthorizeComponent() {
|
|||||||
setCookie("qbo_realmId", realmId, {
|
setCookie("qbo_realmId", realmId, {
|
||||||
path: "/",
|
path: "/",
|
||||||
expires,
|
expires,
|
||||||
|
domain: `.${window.location.host}`,
|
||||||
});
|
});
|
||||||
|
|
||||||
history.push({ pathname: `/manage/accounting/receivables` });
|
history.push({ pathname: `/manage/accounting/receivables` });
|
||||||
|
|||||||
Reference in New Issue
Block a user