Skip to content

Commit

Permalink
fix bg where user is created twice
Browse files Browse the repository at this point in the history
  • Loading branch information
chennisden committed Jun 7, 2024
1 parent 2088e6e commit 56a3618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/hooks/auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const OneTimePasswordWrapper = ({
}
}
})();
}, [searchParams, navigate, setApiKey, api]);
}, [searchParams]);

return <>{children}</>;
};

0 comments on commit 56a3618

Please sign in to comment.