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 6f4a0ea commit 7231f62Copy full SHA for 7231f62
frontend/src/pages/LogIn/index.tsx
@@ -134,7 +134,7 @@ const LogIn: React.FC = () => {
134
textDecoration: "underline",
135
},
136
}}
137
- onClick={() => navigate("/signup")}
+ onClick={() => navigate("/auth/signup")}
138
>
139
Sign up
140
</StyledTypography>
frontend/src/pages/SignUp/index.tsx
@@ -172,7 +172,7 @@ const SignUp: React.FC = () => {
172
173
174
175
- onClick={() => navigate("/login")}
+ onClick={() => navigate("/auth/login")}
176
177
Log in
178
</Typography>
0 commit comments