export { configureLogin, isDiscordAuthEnabled, isGoogleAuthEnabled, isInternalAuthEnabled, isRegistrationAllowed, } from "./config"; export type { LoginConfig } from "./config";