Skip to content

Commit

Permalink
AuthPage routes change
Browse files Browse the repository at this point in the history
  • Loading branch information
PolinaNovak committed Nov 7, 2024
1 parent 324eb81 commit b9b970c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/AuthPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function AuthPage() {
</Form.Group>

<div className="auth-options">
<Link to="/forgot-password" className="forgot-password">Забыли пароль?</Link>
<Link to="/help" className="forgot-password">Забыли пароль?</Link>
</div>

<Button variant="primary" type="submit">
Expand Down

0 comments on commit b9b970c

Please sign in to comment.