mirror of
https://github.com/flarum/core.git
synced 2025-08-02 06:30:53 +02:00
Fix last commit
This commit is contained in:
@@ -11,6 +11,12 @@ export default class MailPage extends Page {
|
|||||||
|
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
|
|
||||||
|
this.driverFields = {
|
||||||
|
smtp: ['mail_host', 'mail_port', 'mail_encryption', 'mail_username', 'mail_password'],
|
||||||
|
mail: [],
|
||||||
|
log: [],
|
||||||
|
};
|
||||||
|
|
||||||
this.fields = [
|
this.fields = [
|
||||||
'mail_driver',
|
'mail_driver',
|
||||||
'mail_host',
|
'mail_host',
|
||||||
|
Reference in New Issue
Block a user