1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Fix last commit

This commit is contained in:
Franz Liedke
2019-03-15 17:57:11 +01:00
parent 1578dfe0e3
commit 8948b8214a

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