diff --git a/components/UserAccount/UserAccount.tsx b/components/UserAccount/UserAccount.tsx index 2f4e909..1857333 100644 --- a/components/UserAccount/UserAccount.tsx +++ b/components/UserAccount/UserAccount.tsx @@ -5,6 +5,7 @@ import { Session } from 'next-auth'; import { GoogleSignIn, Logout, WebAuthn } from './AuthComponents'; import profileImage from './profile-user.png'; +import { Button } from '../ui/button'; import { DropdownMenu, DropdownMenuTrigger, @@ -25,13 +26,15 @@ export function UserAccount({ session }: Props) { return ( - profile image + {session?.user ? (