Skip to content

Commit

Permalink
fix: signing out transition
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustic-Citrus committed Jul 9, 2024
1 parent 604c1c1 commit 77226e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ export const Header = () => {
await signOut();
} catch (error) {
console.log(error.message);
} finally {
setTimeout(() => {
setIsSigningOut(false);
}, 2000);
}
};

Expand Down

0 comments on commit 77226e3

Please sign in to comment.