diff --git a/src/features/AuthStore/helpers.tsx b/src/features/AuthStore/helpers.tsx index f538807b..f16782bf 100644 --- a/src/features/AuthStore/helpers.tsx +++ b/src/features/AuthStore/helpers.tsx @@ -47,6 +47,7 @@ const redirectUrl = () => { // } // } + export const getClientSettings = (): Settings => ({ authority: AUTH_SERVICE, automaticSilentRenew: true,