We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f7b62 commit c8231b7Copy full SHA for c8231b7
components/signin-button/signin-button.tsx
@@ -10,8 +10,6 @@ import { Button } from '../ui/button';
10
export default function SigninButton() {
11
const { data: session } = useSession();
12
13
- console.log('session', session);
14
-
15
return (
16
<div>
17
{session ? (
0 commit comments