fixing sign out issues

This commit is contained in:
Arjun Patel
2022-01-18 14:25:23 -08:00
parent e6f3e7f0aa
commit e5546a62aa
4 changed files with 42 additions and 7 deletions
-2
View File
@@ -82,8 +82,6 @@ export default function Header() {
try {
await logOut();
router.push("/teams/landing");
} catch (error) {
console.log(error);
toast.error("Unable to log out!");