Unverified Commit 1e577735 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

fix(mail): typo in admin mail save mutation

parent 046e4b98
......@@ -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 || '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment