obfuscate password fields
This commit is contained in:
parent
a3ffa95d68
commit
93b6c0e086
2 changed files with 36 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue