mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-10 01:48:38 +08:00
Include enabled2fa and autoreply in user listing
This commit is contained in:
parent
5dfa116cc5
commit
d1e595924c
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ module.exports = (db, server, userHandler) => {
|
|||
address: true,
|
||||
tags: true,
|
||||
storageUsed: true,
|
||||
enabled2a: true,
|
||||
enabled2fa: true,
|
||||
autoreply: true,
|
||||
targets: true,
|
||||
quota: true,
|
||||
|
|
Loading…
Reference in a new issue