obfuscate password fields

This commit is contained in:
José Oliveira 2021-02-07 22:20:23 +00:00 committed by Josh Harvey
parent a3ffa95d68
commit 93b6c0e086
2 changed files with 36 additions and 1 deletions

View file

@ -376,7 +376,7 @@ const resolvers = {
transactionsCsv: (...[, { from, until, limit, offset }]) =>
transactions.batch(from, until, limit, offset).then(parseAsync),
config: () => settingsLoader.loadLatestConfigOrNone(),
accounts: () => settingsLoader.loadAccounts(),
accounts: () => settingsLoader.showAccounts(),
blacklist: () => blacklist.getBlacklist(),
// userTokens: () => tokenManager.getTokenList()
promoCodes: () => promoCodeManager.getAvailablePromoCodes(),