+1
-1
apps/amethyst/app/(tabs)/settings/index.tsx
+1
-1
apps/amethyst/app/(tabs)/settings/index.tsx
···
41
41
labelText="Appview DID"
42
42
initialValue={appviewDid || ""} // Ensure currentValue is a string
43
43
onSubmit={(e) => setAppviewDid(e)}
44
-
placeholder="Enter your Appview DID (e.g., did:plc:...)"
44
+
placeholder="Enter your Appview DID (e.g., did:web:...)"
45
45
/>
46
46
<Link href="/auth/logoutModal" asChild>
47
47
<Button variant="destructive" size="sm" className="w-max pb-1">