We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befe937 commit 6432bcfCopy full SHA for 6432bcf
src/packages/next/components/auth/sign-in.tsx
@@ -110,7 +110,7 @@ export default function SignIn({ strategies }) {
110
</p>
111
<p>
112
If you can't remember your password,{" "}
113
- <A href="/password-reset">reset it</A>. If that doesn't work{" "}
+ <A href="/auth/password-reset">reset it</A>. If that doesn't work{" "}
114
<Contact />.
115
116
</>
@@ -125,7 +125,7 @@ export default function SignIn({ strategies }) {
125
fontSize: "14pt",
126
}}
127
>
128
- <A href="/password-reset">Forgot password?</A>
+ <A href="/auth/password-reset">Forgot password?</A>
129
</div>
130
131
)}
0 commit comments