Browse Source
fix(mail): typo in admin mail save mutation
pull/5395/head
Nicolas Giard
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
client/components/admin/admin-mail.vue
|
|
@ -203,7 +203,7 @@ export default { |
|
|
|
senderEmail: this.config.senderEmail || '', |
|
|
|
host: this.config.host || '', |
|
|
|
port: _.toSafeInteger(this.config.port) || 0, |
|
|
|
namer: this.config.name || '', |
|
|
|
name: this.config.name || '', |
|
|
|
secure: this.config.secure || false, |
|
|
|
verifySSL: this.config.verifySSL || false, |
|
|
|
user: this.config.user || '', |
|
|
|