We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac70bc commit 257b92eCopy full SHA for 257b92e
1 file changed
dev-demo/resources/adminuser.ts
@@ -10,8 +10,6 @@ import AdminForthAdapterGoogleOauth2 from '../../adapters/adminforth-oauth-adapt
10
import OpenSignupPlugin from '../../plugins/adminforth-open-signup/index.js';
11
import OAuthPlugin from '../../plugins/adminforth-oauth/index.js';
12
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";
15
16
17
async function allowedForSuperAdmin({ adminUser }: { adminUser: AdminUser }): Promise<boolean> {
0 commit comments