mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 23:52:05 -05:00
fix(captcha): export types from the captcha module
This commit is contained in:
@@ -6,6 +6,8 @@ import { EXTERNAL_ERROR_CODES, INTERNAL_ERROR_CODES } from "./error-codes";
|
||||
import type { CaptchaOptions } from "./types";
|
||||
import * as verifyHandlers from "./verify-handlers";
|
||||
|
||||
export type * from "./types";
|
||||
|
||||
export const captcha = (options: CaptchaOptions) =>
|
||||
({
|
||||
id: "captcha",
|
||||
|
||||
Reference in New Issue
Block a user