Files
klz-cables.com/.pnpm-store/v10/files/fe/f3aa64c473855c70cc96b04ca55e329f0c3dd23209e50c9021733d6b45e85c29b82eb6247348b954dee5107aae8057fa6ab781811d03ceecdad95899ea6965
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

8 lines
262 B
Plaintext

export const getLoginOptions = (loginWithUsername)=>{
return {
canLoginWithEmail: !loginWithUsername || loginWithUsername.allowEmailLogin,
canLoginWithUsername: Boolean(loginWithUsername)
};
};
//# sourceMappingURL=getLoginOptions.js.map