Fix last commit

This commit is contained in:
Franz Liedke 2019-03-15 17:57:11 +01:00
parent a21052c903
commit 57204c6ed0
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

@ -11,6 +11,12 @@ export default class MailPage extends Page {
this.loading = false;
this.driverFields = {
smtp: ['mail_host', 'mail_port', 'mail_encryption', 'mail_username', 'mail_password'],
mail: [],
log: [],
};
this.fields = [
'mail_driver',
'mail_host',