Skip to content

Commit

Permalink
smol fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fforres committed Apr 2, 2024
1 parent c28c1f8 commit 956536d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
2 changes: 2 additions & 0 deletions app/(transition)/(root)/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const AuthPage: NextPage = () => {

useEffect(() => {
const url = new URL(window.location.href);
url.pathname = "/";
url.hash = "";
setUrl(url.toString());

// eslint-disable-next-line @typescript-eslint/no-floating-promises
Expand Down
27 changes: 0 additions & 27 deletions src/components/Auth/clerk.tsx

This file was deleted.

0 comments on commit 956536d

Please sign in to comment.