Skip to content

Commit

Permalink
Merge pull request #127 from open-schools/feature/SCHOOL-828/current-…
Browse files Browse the repository at this point in the history
…ticket-page

fix
  • Loading branch information
levil664 authored May 3, 2024
2 parents 172755f + b4926de commit 538d358
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const SignInForm = (): React.ReactElement => {
<Col span={24}>
<Form.Item>
Забыли пароль?&nbsp;
<Typography.Link onClick={() => Router.push(RoutePath[AppRoutes.AUTH_REGISTER])}>
<Typography.Link onClick={() => Router.push(RoutePath[AppRoutes.AUTH_FORGOT])}>
{'Сбросить'}
</Typography.Link>
</Form.Item>
Expand Down

0 comments on commit 538d358

Please sign in to comment.