mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #539 from appwrite/fix-form-template-input
Mark form var text, not url
This commit is contained in:
@@ -714,7 +714,7 @@ export const marketplace: MarketplaceTemplate[] = [
|
||||
value: '',
|
||||
placeholder: 'smtp.mailgun.org',
|
||||
required: true,
|
||||
type: 'url'
|
||||
type: 'text'
|
||||
},
|
||||
{
|
||||
name: 'SMTP_PORT',
|
||||
|
||||
Reference in New Issue
Block a user