Skip to content

Commit 6432bcf

Browse files
committed
fix incorrect password reset url
1 parent befe937 commit 6432bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packages/next/components/auth/sign-in.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default function SignIn({ strategies }) {
110110
</p>
111111
<p>
112112
If you can't remember your password,{" "}
113-
<A href="/password-reset">reset it</A>. If that doesn't work{" "}
113+
<A href="/auth/password-reset">reset it</A>. If that doesn't work{" "}
114114
<Contact />.
115115
</p>
116116
</>
@@ -125,7 +125,7 @@ export default function SignIn({ strategies }) {
125125
fontSize: "14pt",
126126
}}
127127
>
128-
<A href="/password-reset">Forgot password?</A>
128+
<A href="/auth/password-reset">Forgot password?</A>
129129
</div>
130130
</>
131131
)}

0 commit comments

Comments
 (0)