From d9fb3b198a092583c2f67fb1d2e590a5f44cd12d Mon Sep 17 00:00:00 2001 From: Dmitry Kosolapov home Date: Wed, 31 Aug 2022 11:58:27 +0700 Subject: [PATCH] update url --- src/features/AuthStore/helpers.tsx | 1 + 1 file changed, 1 insertion(+) 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,