UNPKG

@frank-auth/react

Version:

Flexible and customizable React UI components for Frank Authentication

22 lines (21 loc) 823 B
'use client'; import { jsxs as e, jsx as i } from "react/jsx-runtime"; import { EmailVerification as o } from "./email-verification.js"; import { withErrorBoundary as m } from "../../common/error-boundary.js"; const d = m(function({ showHeader: r = !0, showInstructions: t = !0, ...a }) { return /* @__PURE__ */ e("div", { className: "space-y-6", children: [ r && /* @__PURE__ */ e("div", { className: "text-center", children: [ /* @__PURE__ */ i("h2", { className: "text-2xl font-bold", children: "Email Verification" }), t && /* @__PURE__ */ i("p", { className: "text-default-500 mt-2", children: "Please verify your email address to continue" }) ] }), /* @__PURE__ */ i(o, { ...a }) ] }); }); export { d as EmailVerificationForm }; //# sourceMappingURL=email-verification-form.js.map