UNPKG

payloadcms_otp_plugin

Version:

A comprehensive One-Time Password (OTP) authentication plugin for Payload CMS that enables secure passwordless authentication via SMS and email

12 lines (11 loc) 710 B
export { BeforeDashboardClient } from '../components/BeforeDashboardClient.js'; // Client-side exports (React components) export { default as OtpPage } from '../components/otp/otp-page.js'; export { default as OtpView } from '../components/otp/otp-view.js'; export { default as OTPInput } from '../components/otp/otp-input.js'; export { default as TimerCountdown } from '../components/otp/timer-count-down.js'; // Client hooks export { default as useOtpHook } from '../hook/useOtpHook.js'; // Re-export server-side utilities for client use export { parseAcceptLanguage, getTranslation, getTranslationFromHeaders, createTranslationHelper } from '../utilities/translation.js'; //# sourceMappingURL=client.js.map