All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
6 lines
325 B
JavaScript
6 lines
325 B
JavaScript
import NetlifyAuthenticator from './netlify-auth';
|
|
import ImplicitAuthenticator from './implicit-oauth';
|
|
import PkceAuthenticator from './pkce-oauth';
|
|
export const DecapCmsLibAuth = { NetlifyAuthenticator, ImplicitAuthenticator, PkceAuthenticator };
|
|
export { NetlifyAuthenticator, ImplicitAuthenticator, PkceAuthenticator };
|