minor
This commit is contained in:
@@ -46,6 +46,7 @@ import 'vue-awesome/icons/heading'
|
||||
import 'vue-awesome/icons/link'
|
||||
import 'vue-awesome/icons/hands-helping'
|
||||
import 'vue-awesome/icons/question'
|
||||
import 'vue-awesome/icons/vector-square'
|
||||
|
||||
import Icon from 'vue-awesome/components/Icon'
|
||||
|
||||
|
||||
@@ -166,7 +166,7 @@ async function setupQuestionnaire (is_docker, db) {
|
||||
name: 'smtp_type',
|
||||
message: 'How should we send the emails ?',
|
||||
type: 'list',
|
||||
choices: ['sendmail', 'SMTP']
|
||||
choices: ['SMTP', 'sendmail']
|
||||
})
|
||||
|
||||
questions.push({
|
||||
|
||||
Reference in New Issue
Block a user