Files
klz-cables.com/.pnpm-store/v10/files/00/3fc17da4bb8d90e4949c1711c0aa3b67c7107ebfa3839fb39dc10665946e1a2e6b77b2f2b0a91e0252770577811d162431d9e2dc0a6ccbdf21ca9e70b36579
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

6 lines
245 B
Plaintext

import type { Auth } from './types.js';
export declare const getLoginOptions: (loginWithUsername: Auth["loginWithUsername"]) => {
canLoginWithEmail: boolean;
canLoginWithUsername: boolean;
};
//# sourceMappingURL=getLoginOptions.d.ts.map