Files
klz-cables.com/.pnpm-store/v10/files/d0/aa58984d9d796bf1faf5e425c0ae2e55b0cb05023fa454d010d1840209148be23a13434ee6de0582a3c3cda8218f161c789c93d1d5256164ea5749684a9af6
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

2 lines
276 B
Plaintext

const e=require(`../../utils/get-auth-endpoint.cjs`);function t(t,n={}){return()=>{let r=e.getAuthEndpoint(n.provider),i=t;return`otp`in n&&(i.otp=n.otp),i.mode=n.mode??`cookie`,{path:r,method:`POST`,body:JSON.stringify(i)}}}exports.login=t;
//# sourceMappingURL=login.cjs.map