Merge pull request #539 from appwrite/fix-form-template-input

Mark form var text, not url
This commit is contained in:
Torsten Dittmann
2023-09-10 18:17:25 +02:00
committed by GitHub
+1 -1
View File
@@ -714,7 +714,7 @@ export const marketplace: MarketplaceTemplate[] = [
value: '',
placeholder: 'smtp.mailgun.org',
required: true,
type: 'url'
type: 'text'
},
{
name: 'SMTP_PORT',