Skip to content

Commit

Permalink
minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Dec 21, 2024
1 parent 890d88f commit 93d84b1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions web/src/app/auth/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,17 +141,6 @@ const Page = async (props: {
)}
</div>
</AuthFlowContainer>
<Text className="mt-4 ">
Don&apos;t have an account?{" "}
<Link
href={`/auth/signup${
searchParams?.next ? `?next=${searchParams.next}` : ""
}`}
className="text-link font-medium"
>
Create an account
</Link>
</Text>
</div>
);
};
Expand Down

0 comments on commit 93d84b1

Please sign in to comment.