Skip to content

Commit cb51bc9

Browse files
authored
chore(repo): Remove GoogleOneTap from nextjs playground (clerk#3415)
1 parent c5ecc2f commit cb51bc9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.changeset/neat-hornets-pump.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

playground/nextjs/pages/index.tsx

-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { SignedOut, __experimental_GoogleOneTap } from '@clerk/nextjs';
21
import type { NextPage } from 'next';
32
import Head from 'next/head';
43
import Link from 'next/link';
@@ -19,10 +18,6 @@ const Home: NextPage = () => {
1918
/>
2019
</Head>
2120

22-
<SignedOut>
23-
<__experimental_GoogleOneTap />
24-
</SignedOut>
25-
2621
<main className={styles.main}>
2722
<h1 className={styles.title}>Clerk x Nextjs</h1>
2823
<p className={styles.description}>Get started by editing visiting one of the pages below</p>

0 commit comments

Comments
 (0)