Skip to content

Commit

Permalink
fix googl
Browse files Browse the repository at this point in the history
  • Loading branch information
KamyarTaher committed Aug 4, 2024
1 parent 0b3b75c commit cdb999b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/components/NavigationBar/LoginButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export function LoginButton({
.catch((err) => console.log(err))
.finally(() => {
SAG.setIsAuthLoading(false);
handleClose();
}),
[handleAuth]
);
Expand All @@ -126,6 +127,7 @@ export function LoginButton({
.catch((err) => console.log(err))
.finally(() => {
SAG.setIsAuthLoading(false);
handleClose();
});
},
[handleAuth]
Expand Down

0 comments on commit cdb999b

Please sign in to comment.