Skip to content

Commit

Permalink
Updated incorrect url-path
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSvebakk committed Oct 17, 2024
1 parent 73999a8 commit 8b529ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/(pages)/auth/register/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default function registerPage() {
</Grid>
{success ?
<Grid item>
<Link href="/pages/auth/signIn">
<Link href="/auth/signIn">
<Button
fullWidth
variant = "contained">
Expand All @@ -149,7 +149,7 @@ export default function registerPage() {
:
<Grid item container justifyContent="flex-end">
<Link
href="/pages/auth/signIn"
href="/auth/signIn"
passHref
style={{ textDecoration: "none", cursor: "pointer" }}>
<Typography
Expand Down

0 comments on commit 8b529ef

Please sign in to comment.