From 344e49a2a443bf06cdbb6b40970e5e24695c05e5 Mon Sep 17 00:00:00 2001 From: shahargl Date: Thu, 21 Nov 2024 17:19:34 +0200 Subject: [PATCH] feat: auth proxy --- keep-ui/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keep-ui/auth.ts b/keep-ui/auth.ts index 3c7576ae8..2a668d5e7 100644 --- a/keep-ui/auth.ts +++ b/keep-ui/auth.ts @@ -191,7 +191,7 @@ const providerConfigs = { }, }, // see https://authjs.dev/guides/corporate-proxy - [customFetch]: proxyFetch, + ...(proxyFetch && { [customFetch]: proxyFetch }), }), ], };