Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedant Singhania committed Jul 5, 2024
1 parent c3ae16e commit ec3767e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default function Home() {
.catch(error => {
// handle error
window.location.href = `${process.env.NEXT_PUBLIC_CALLBACK_URL}`;
console.log(error)
});
}

Expand Down

0 comments on commit ec3767e

Please sign in to comment.