Skip to content

Commit 02190a3

Browse files
authored
Fix docs error passwords.mdx (supabase#35993)
Fix error passwords.mdx
1 parent 48ab24b commit 02190a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/content/guides/auth/passwords.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ The PKCE flow allows for server-side authentication. Unlike the implicit flow, w
629629
630630
Update your reset password email template to send the token hash. See [Email Templates](/docs/guides/auth/auth-email-templates) for how to configure your email templates.
631631
632-
Your signup email template should contain the following HTML:
632+
Your reset password email template should contain the following HTML:
633633
634634
```html
635635
<h2>Reset Password</h2>

0 commit comments

Comments
 (0)