summaryrefslogtreecommitdiff
path: root/packages/web-util/src/context/bank-api.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web-util/src/context/bank-api.ts')
-rw-r--r--packages/web-util/src/context/bank-api.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/web-util/src/context/bank-api.ts b/packages/web-util/src/context/bank-api.ts
index 645eda183..bd0653451 100644
--- a/packages/web-util/src/context/bank-api.ts
+++ b/packages/web-util/src/context/bank-api.ts
@@ -167,7 +167,6 @@ function buildBankApiClient(url: URL, evictors: Evictors,
const auth = (user: string) =>
new TalerAuthenticationHttpClient(
bank.getAuthenticationAPI(user).href,
- user,
httpLib,
);