Skip to content

Commit

Permalink
Merge pull request #539 from appwrite/fix-form-template-input
Browse files Browse the repository at this point in the history
Mark form var text, not url
  • Loading branch information
TorstenDittmann authored Sep 10, 2023
2 parents 312a941 + 5036978 commit 497fafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/stores/marketplace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ export const marketplace: MarketplaceTemplate[] = [
value: '',
placeholder: 'smtp.mailgun.org',
required: true,
type: 'url'
type: 'text'
},
{
name: 'SMTP_PORT',
Expand Down

0 comments on commit 497fafb

Please sign in to comment.