atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Correct the description of Phone Verification on PDS page

The description on the PDS details page stating "Phone Verification Required" is not entirely accurate, as Bluesky currently uses hCaptcha instead of phone verification.

authored by

launchpadx.top and committed by
Tangled
8c64c0c6 72e12a98

+1 -1
+1 -1
src/views/pds.tsx
··· 194 194 </div> 195 195 <Show when={server().phoneVerificationRequired}> 196 196 <div class="flex items-center gap-1"> 197 - <span class="font-semibold">Phone Verification Required</span> 197 + <span class="font-semibold">Captcha Verification Required</span> 198 198 <span class="iconify lucide--check text-green-500 dark:text-green-400"></span> 199 199 </div> 200 200 </Show>