payloadcms_otp_plugin
Version:
A comprehensive One-Time Password (OTP) authentication plugin for Payload CMS that enables secure passwordless authentication via SMS and email
16 lines (15 loc) • 535 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import styles from './BeforeDashboardServer.module.css';
export const BeforeDashboardServer = async (props)=>{
const { payload } = props;
return /*#__PURE__*/ _jsxs("div", {
className: styles.wrapper,
children: [
/*#__PURE__*/ _jsx("h1", {
children: "Added by the plugin: Before Dashboard Server"
}),
"Docs from Local API:"
]
});
};
//# sourceMappingURL=BeforeDashboardServer.js.map