mirror of
https://github.com/vercel/commerce.git
synced 2025-09-19 14:20:15 +00:00
Fix BigCommerce login
This commit is contained in:
@@ -67,7 +67,7 @@ export default function loginOperation({
|
||||
const newCookie = concatHeader(prevCookie, cookie)
|
||||
|
||||
if (newCookie) {
|
||||
res.headers.set(
|
||||
response.headers.set(
|
||||
'Set-Cookie',
|
||||
String(Array.isArray(newCookie) ? newCookie.join(',') : newCookie)
|
||||
)
|
||||
|
Reference in New Issue
Block a user