@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
2 lines • 319 B
JavaScript
import e from"../../../libs/auth-providers/get-available-providers.mjs";const t=async t=>{let n=e(t.config),r=n.providers.map(e=>({name:e.name,icon:e.icon,type:e.type,key:e.key}));return{error:void 0,data:{disablePassword:n.disablePassword,providers:r}}};export{t as default};
//# sourceMappingURL=get-providers.mjs.map