Skip to content

Commit 7e5ea7d

Browse files
committed
fix (auth): auth0 api issue
1 parent 9e38076 commit 7e5ea7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/app/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const Home = () => {
8181
console.error("Auth0 authentication error:", authError)
8282
toast.error("Authentication failed. Please try again.")
8383
// Redirect to login to re-attempt authentication.
84-
router.push("/api/auth/login")
84+
router.push("/auth/login")
8585
return
8686
}
8787

0 commit comments

Comments
 (0)