Skip to content

Commit

Permalink
docs review
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisintech committed Dec 20, 2024
1 parent 70b27df commit 447981f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/authentication/web3/metamask.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: MetaMask Wallet
title: MetaMask
description: Learn how to set up Web3 authentication with MetaMask.
---

Expand Down Expand Up @@ -30,7 +30,7 @@ The simplest way to test authentication is to visit your Clerk application's [Ac
1. Next to the **Sign-in** URL, select **Visit**. The URL should resemble:
- **For development**`https://your-domain.accounts.dev/sign-in`
- **For production**`https://accounts.your-domain.com/sign-in`
1. On the sign-in page, you should see **MetaMask** as an option. Use it to sign in with your MetaMask wallet.
1. On the sign-in page, you should see **MetaMask** as an option. Use it to sign in.

## Collect additional user information during sign-up (optional)

Expand All @@ -44,4 +44,4 @@ To collect additional information about your user during sign-up:

## Connect MetaMask to existing account

Users can connect their MetaMask wallet to their account at any time through their user profile page. You can configure your application to use the [Account Portal User Profile page](/docs/customization/account-portal/overview#user-profile) or the prebuilt [`<UserProfile />`](/docs/components/user/user-profile) component.
Users can connect their MetaMask wallet to their account at any time through their user profile page. You can configure your application to use the [Account Portal user profile page](/docs/customization/account-portal/overview#user-profile) or the prebuilt [`<UserProfile />`](/docs/components/user/user-profile) component.

0 comments on commit 447981f

Please sign in to comment.