Skip to content

Commit e4d2eab

Browse files
committed
docs: correct import of cloudflare adapter in login captcha plugin example
https://web.tracklify.com/project/2b7ZVgE5/AdminForth/1398/ys5HjloC/change-import-in-login-captcha
1 parent 61af5eb commit e4d2eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/documentation/docs/tutorial/08-Plugins/19-login-captcha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To use the plugin, add it to your user resource file. Here's an example:
2525
```ts title="./resources/adminuser.ts"
2626
// Import the plugin and adapter
2727
import CaptchaPlugin from "@adminforth/login-captcha";
28-
import CaptchaAdapterCloudflare from "@adminforth/captcha-adapter-cloudflare";
28+
import CaptchaAdapterCloudflare from "@adminforth/login-captcha-adapter-cloudflare";
2929

3030
...
3131

0 commit comments

Comments
 (0)