Skip to content

Commit

Permalink
feat: auth proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Nov 21, 2024
1 parent 7796b87 commit 344e49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep-ui/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const providerConfigs = {
},
},
// see https://authjs.dev/guides/corporate-proxy
[customFetch]: proxyFetch,
...(proxyFetch && { [customFetch]: proxyFetch }),
}),
],
};
Expand Down

0 comments on commit 344e49a

Please sign in to comment.