Skip to content

Commit

Permalink
use orb plus in next example
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPenryn committed Feb 14, 2024
1 parent 0847202 commit 0837c38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/with-next/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const Home = ({ app_id }: InferGetServerSidePropsType<typeof getServerSideProps>
onError={error => console.log(error)}
onSuccess={response => console.log(response)}
app_id={app_id}
verification_level={VerificationLevel.Device}
// verification_level="orb_plus"
verification_level={VerificationLevel.OrbPlus}
>
{({ open }) => <button onClick={open}>Open IDKit</button>}
</IDKitWidget>
Expand Down

0 comments on commit 0837c38

Please sign in to comment.