Skip to content

Commit 55a926a

Browse files
committed
chore: add small description on various auth type
1 parent 5848e25 commit 55a926a

File tree

1 file changed

+7
-0
lines changed
  • apps/playground-web/src/app/connect/in-app-wallet

1 file changed

+7
-0
lines changed

apps/playground-web/src/app/connect/in-app-wallet/page.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ function AnyAuth() {
3333
</div>
3434
<div className="space-y-2">
3535
<h3 className="mb-3 font-medium text-lg">Prebuilt UI</h3>
36+
<p className="max-w-[600px]">
37+
Instant out of the box authentication with a prebuilt UI.
38+
</p>
3639
<CodeExample
3740
preview={<InAppConnectEmbed />}
3841
code={`import { inAppWallet } from "thirdweb/wallets";
@@ -72,6 +75,10 @@ function AnyAuth() {
7275
</div>
7376
<div className="space-y-2">
7477
<h3 className="mb-3 font-medium text-lg">Custom Auth and UI</h3>
78+
<p className="max-w-[600px]">
79+
Customize the login UI and integrate with your existing user base. No
80+
limits on customizations and auth methods.
81+
</p>
7582
<CodeExample
7683
preview={
7784
<div className="w-1/2">

0 commit comments

Comments
 (0)