Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir-daniel committed Nov 12, 2024
1 parent 0f1f475 commit 4d8d3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/myaccount/myaccount-web-app/src/app/auth/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Page() {
const handleLogin = async () => {
setLoading(true);
try {
signIn("eartho");
signIn("eartho", { redirect: true, redirectTo: "/" });
} catch (error) {
console.error("Login failed:", error);
toast({
Expand Down

0 comments on commit 4d8d3c1

Please sign in to comment.