Skip to content

Commit

Permalink
fix(mail): typo in admin mail save mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Jun 11, 2022
1 parent 046e4b9 commit 1e57773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/admin/admin-mail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 || '',
Expand Down

0 comments on commit 1e57773

Please sign in to comment.