Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
levil664 committed May 3, 2024
1 parent 0eaac68 commit b4926de
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 b4926de

Please sign in to comment.