Skip to content

Commit bc76659

Browse files
committed
docs: correct syntax highlighting in login captcha documentation
1 parent f104c43 commit bc76659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pnpm i @adminforth/login-captcha-adapter-cloudflare
2222

2323
To use the plugin, add it to your user resource file. Here's an example:
2424

25-
```ts template="./resources/adminuser.ts"
25+
```ts title="./resources/adminuser.ts"
2626
// Import the plugin and adapter
2727
import CaptchaPlugin from "@adminforth/login-captcha";
2828
import CaptchaAdapterCloudflare from "@adminforth/captcha-adapter-cloudflare";

0 commit comments

Comments
 (0)