Skip to content

Commit b4d3bf5

Browse files
committed
add captcha plugin
1 parent cf4bd10 commit b4d3bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-demo/app/resources/users.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const blockDemoUsers = async ({ record, adminUser, resource }) => {
99
return { ok: false, error: "You can't do this on demo.adminforth.dev" }
1010
}
1111
return { ok: true };
12-
}
12+
}
1313
export default {
1414
dataSource: 'maindb',
1515
table: 'users',

0 commit comments

Comments
 (0)