Skip to content

Commit 4301d71

Browse files
committed
add captcha plugin
1 parent 257b92e commit 4301d71

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dev-demo/resources/adminuser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ 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';
1313

14-
1514
async function allowedForSuperAdmin({ adminUser }: { adminUser: AdminUser }): Promise<boolean> {
1615
return adminUser.dbUser.role === 'superadmin';
1716
}

0 commit comments

Comments
 (0)