mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +08:00
Resolve #253
This commit is contained in:
parent
df766e56da
commit
8701174157
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ export class ContactsAdminSettings extends AbstractViewSettings {
|
|||
}, {
|
||||
ContactsPdoType: this.contactsPdoType(),
|
||||
ContactsPdoDsn: this.contactsPdoDsn(),
|
||||
ContactsPdoUser: this.contactsPdo(),
|
||||
ContactsPdoUser: this.contactsPdoUser(),
|
||||
ContactsPdoPassword: this.contactsPdoPassword()
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue