Skip to content

Commit 257b92e

Browse files
committed
add captcha plugin
1 parent 4ac70bc commit 257b92e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

dev-demo/resources/adminuser.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import AdminForthAdapterGoogleOauth2 from '../../adapters/adminforth-oauth-adapt
1010
import OpenSignupPlugin from '../../plugins/adminforth-open-signup/index.js';
1111
import OAuthPlugin from '../../plugins/adminforth-oauth/index.js';
1212
import KeyValueAdapterRam from '../../adapters/adminforth-key-value-adapter-ram/index.js';
13-
import CaptchaAdapterCloudflare from "@adminforth/login-captcha-adapter-cloudflare";
14-
import CaptchaPlugin from "@adminforth/login-captcha";
1513

1614

1715
async function allowedForSuperAdmin({ adminUser }: { adminUser: AdminUser }): Promise<boolean> {

0 commit comments

Comments
 (0)