mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-29 11:50:12 -05:00
chore: export captcha plugin (#1525)
This commit is contained in:
@@ -18,3 +18,4 @@ export * from "./oauth-proxy";
|
||||
export * from "./custom-session";
|
||||
export * from "./open-api";
|
||||
export * from "./oidc-provider";
|
||||
export * from "./captcha";
|
||||
@@ -32,6 +32,7 @@ export default defineConfig((env) => {
|
||||
"plugins/admin": "./src/plugins/admin/index.ts",
|
||||
"plugins/anonymous": "./src/plugins/anonymous/index.ts",
|
||||
"plugins/bearer": "./src/plugins/bearer/index.ts",
|
||||
"plugins/captcha": "./src/plugins/captcha/index.ts",
|
||||
"plugins/custom-session": "./src/plugins/custom-session/index.ts",
|
||||
"plugins/email-otp": "./src/plugins/email-otp/index.ts",
|
||||
"plugins/generic-oauth": "./src/plugins/generic-oauth/index.ts",
|
||||
|
||||
Reference in New Issue
Block a user