We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ecc2f commit cb51bc9Copy full SHA for cb51bc9
.changeset/neat-hornets-pump.md
@@ -0,0 +1,2 @@
1
+---
2
playground/nextjs/pages/index.tsx
@@ -1,4 +1,3 @@
-import { SignedOut, __experimental_GoogleOneTap } from '@clerk/nextjs';
import type { NextPage } from 'next';
3
import Head from 'next/head';
4
import Link from 'next/link';
@@ -19,10 +18,6 @@ const Home: NextPage = () => {
19
18
/>
20
</Head>
21
22
- <SignedOut>
23
- <__experimental_GoogleOneTap />
24
- </SignedOut>
25
-
26
<main className={styles.main}>
27
<h1 className={styles.title}>Clerk x Nextjs</h1>
28
<p className={styles.description}>Get started by editing visiting one of the pages below</p>
0 commit comments