make mastodon url field not required

This commit is contained in:
Chris W 2023-10-21 20:03:48 -06:00
parent 54e5cb32ed
commit 06e0f1fc3e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
type: 'prompt', type: 'prompt',
// Data // Data
title: 'Mastodon instance URL', title: 'Mastodon instance URL',
valueAttr: { type: 'text', required: true, placeholder: 'https://mastodon.social' }, valueAttr: { type: 'text', placeholder: 'https://mastodon.social' },
// Returns the updated response value // Returns the updated response value
response: (r: string) => { response: (r: string) => {
// Strip everything but the host and tld // Strip everything but the host and tld