mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-18 06:44:27 +01:00
npub doesn't work so hide from contact form
This commit is contained in:
@@ -16,11 +16,11 @@ export function ContactForm(props: { handleSubmit: SubmitHandler<ContactFormValu
|
||||
<TextField {...props} placeholder='Satoshi' value={field.value} error={field.error} label="Name" />
|
||||
)}
|
||||
</Field>
|
||||
<Field name="npub" validate={[]}>
|
||||
{/* <Field name="npub" validate={[]}>
|
||||
{(field, props) => (
|
||||
<TextField {...props} placeholder='npub...' value={field.value} error={field.error} label="Nostr npub or NIP-05 (optional)" />
|
||||
)}
|
||||
</Field>
|
||||
</Field> */}
|
||||
</VStack>
|
||||
</div>
|
||||
<Button type="submit" intent="blue" class="w-full flex-none">
|
||||
|
||||
Reference in New Issue
Block a user