UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

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