displaying team members

This commit is contained in:
Arjun Patel
2022-01-14 21:04:07 -08:00
parent 863334765b
commit f2ca1fe5e1
3 changed files with 30 additions and 15 deletions
+2 -1
View File
@@ -32,9 +32,10 @@ export default function Header() {
try {
await logOut();
router.push("/teams");
router.push("/teams/landing");
} catch (error) {
console.log(error);
toast.error("Unable to log out!");
}
}