Skip to content

Commit 3e37721

Browse files
committed
fix(docs): fix email sign in example, correct cofirm default path for email template
1 parent 5b3c917 commit 3e37721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ When using e-mail authentication, a confirmation e-mail is sent to new users, an
158158
<p>Hello {{ .Data.first_name }}</p>
159159
<p>Follow this link to confirm your user:</p>
160160
<p>
161-
<a href="{{ .SiteURL }}/supabase/auth/confirm?token_hash={{ .TokenHash }}&type=email&redirect_to={{ .RedirectTo }}>Confirm your email</a
161+
<a href="{{ .SiteURL }}/auth/confirm?token_hash={{ .TokenHash }}&type=email&redirect_to={{ .RedirectTo }}>Confirm your email</a
162162
>
163163
</p>
164164
```

0 commit comments

Comments
 (0)