Skip to content

Commit c1cc967

Browse files
authored
Forgot password ac 354 (#126)
* Fix class id input to only allow integers AC-353 * Fix AC-354: redirect to the good 'forgot password' page
1 parent 6cc2d91 commit c1cc967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const Login = (props: Props) => {
118118
</div>
119119
)}
120120
<div className="flex items-center justify-between">
121-
<Link href="/reset-password">
121+
<Link href="/account/reset-password">
122122
<a className="text-xs text-gray-100 hover:underline">
123123
{t("Forgot your password ?")}
124124
</a>

0 commit comments

Comments
 (0)