Skip to content

Commit 43e12fe

Browse files
committed
fix: docs formatting for verified domains page
1 parent d150ea1 commit 43e12fe

File tree

1 file changed

+12
-12
lines changed
  • apps/portal/src/app/knowledge-base/how-to/verify-your-team-email-domain

1 file changed

+12
-12
lines changed

apps/portal/src/app/knowledge-base/how-to/verify-your-team-email-domain/page.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22

33
## Why should I verify my domain?
44

5-
- Verified badge: Your team gets a special badge, so it’s easier to confirm you're in the right place.
6-
- Recommended team members: On the Settings → Members page, you’ll see users with emails that match your domain but aren’t in the team yet — making it super easy to invite everyone on the team.
7-
- Instant invite alerts: Team owners will get a notification (in the dashboard and optionally via email) when someone signs up with your verified domain — with a 1-click invite option.
5+
- **Verified badge**: Your team gets a special badge, so it’s easier to confirm you're in the right place.
6+
- **Recommended team members**: On the Settings → Members page, you’ll see users with emails that match your domain but aren’t in the team yet — making it super easy to invite everyone on the team.
7+
- **Instant invite alerts**: Team owners will get a notification (in the dashboard and optionally via email) when someone signs up with your verified domain — with a 1-click invite option.
88

99
## How to verify your domain
1010

1111
1. Navigate to [Team Settings](https://thirdweb.com/team/~/~/settings) and look for *Domain Verification*.
1212
1. Enter your domain name.
13-
- Your domain name is the part after the `@` symbol in your company email address. It is NOT a website and should not contain `https://` nor `www`.
14-
1. You should see instructions to add a `TXT record` on your domain to complete verification.
15-
- Type: TXT
16-
- Name/Host: `_tw-<YOUR_TEAM_ID>.<YOUR_DOMAIN>`
17-
- Value: `tw-verify=<YOUR_VERIFICATION_CODE>`
18-
- See below for provider-specific instructions.
19-
20-
thirdweb will automatically detect the TXT record once it's live. DNS changes may take several hours to update.
13+
- Your domain name is the part after the `@` symbol in your company email addresses. It is _not_ a website and should not contain `https://` nor `www`.
14+
1. Follow the instructions to add a `TXT record` on your domain to complete verification.
15+
- Type: `TXT`
16+
- Name: `_tw-<YOUR_TEAM_ID>.<YOUR_DOMAIN>`
17+
- Value: `tw-verify=<YOUR_VERIFICATION_CODE>`
18+
- See below for provider-specific instructions.
19+
20+
TXT record changes will be detected automatically. DNS changes may take several hours to update.
2121
Check this dashboard page periodically to confirm when it's completed.
2222

2323
### Verify your TXT record
@@ -27,7 +27,7 @@ Use a tool like [MxToolbox](https://mxtoolbox.com/txtlookup.aspx) or `dig` in th
2727
```bash
2828
$ dig +short -t txt _tw-<TEAM_ID>.<YOUR_DOMAIN>
2929

30-
# If correct, you should see this response:
30+
# You should see this response if correctly configured
3131
"tw-verify=<YOUR_VERIFICATION_CODE>"
3232
```
3333

0 commit comments

Comments
 (0)