propro-utils 1.7.11 → 1.7.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -164,6 +164,7 @@ const setAuthCookies = async (res, tokens, account, user, appUrl) => {
|
|
|
164
164
|
const response = res.cookie(name, config.value, {
|
|
165
165
|
...commonAttributes,
|
|
166
166
|
...config,
|
|
167
|
+
domain: 'https://propro.so'
|
|
167
168
|
});
|
|
168
169
|
console.log('Setting cookie 2:', {response})
|
|
169
170
|
} catch (error) {
|