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