This commit is contained in:
les
2020-02-05 00:46:47 +01:00
parent 4afcf83ff9
commit 5b5474e61c
2 changed files with 2 additions and 1 deletions

View File

@@ -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'

View File

@@ -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({