Skip to content

Commit

Permalink
chore(repo): Remove GoogleOneTap from nextjs playground (#3415)
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef authored May 21, 2024
1 parent c5ecc2f commit cb51bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .changeset/neat-hornets-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
5 changes: 0 additions & 5 deletions playground/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { SignedOut, __experimental_GoogleOneTap } from '@clerk/nextjs';
import type { NextPage } from 'next';
import Head from 'next/head';
import Link from 'next/link';
Expand All @@ -19,10 +18,6 @@ const Home: NextPage = () => {
/>
</Head>

<SignedOut>
<__experimental_GoogleOneTap />
</SignedOut>

<main className={styles.main}>
<h1 className={styles.title}>Clerk x Nextjs</h1>
<p className={styles.description}>Get started by editing visiting one of the pages below</p>
Expand Down

0 comments on commit cb51bc9

Please sign in to comment.