diff --git a/docs/content/docs/plugins/have-i-been-pwned.mdx b/docs/content/docs/plugins/have-i-been-pwned.mdx index d0742ec3..c37c8d5c 100644 --- a/docs/content/docs/plugins/have-i-been-pwned.mdx +++ b/docs/content/docs/plugins/have-i-been-pwned.mdx @@ -7,7 +7,8 @@ The Have I Been Pwned plugin helps protect user accounts by preventing the use o ## Installation -```ts +### Add the plugin to your **auth** config +```ts title="auth.ts" import { betterAuth } from "better-auth" import { haveIBeenPwned } from "better-auth/plugins" // [!code highlight]