Skip to content

Commit 956536d

Browse files
committed
smol fix
1 parent c28c1f8 commit 956536d

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

Diff for: app/(transition)/(root)/login/page.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ const AuthPage: NextPage = () => {
1919

2020
useEffect(() => {
2121
const url = new URL(window.location.href);
22+
url.pathname = "/";
23+
url.hash = "";
2224
setUrl(url.toString());
2325

2426
// eslint-disable-next-line @typescript-eslint/no-floating-promises

Diff for: src/components/Auth/clerk.tsx

-27
This file was deleted.

0 commit comments

Comments
 (0)