diff options
Diffstat (limited to 'packages/web/components/auth/logout.tsx')
| -rw-r--r-- | packages/web/components/auth/logout.tsx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/web/components/auth/logout.tsx b/packages/web/components/auth/logout.tsx deleted file mode 100644 index 8d627f68..00000000 --- a/packages/web/components/auth/logout.tsx +++ /dev/null @@ -1,17 +0,0 @@ -"use client"; -import { signOut } from "next-auth/react"; - -export const LogoutButton = () => { - return ( - <button - className="btn btn-ghost normal-case" - onClick={() => - signOut({ - callbackUrl: "/", - }) - } - > - Sign Out - </button> - ); -}; |
