From 09bca4f12757df44ee455c90391fdc67428a4f84 Mon Sep 17 00:00:00 2001 From: Dmitry Kosolapov home Date: Wed, 31 Aug 2022 14:51:19 +0700 Subject: [PATCH] maybe fix redirect_uri for auth --- src/features/AuthStore/helpers.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/features/AuthStore/helpers.tsx b/src/features/AuthStore/helpers.tsx index f16782bf..f9c02b3b 100644 --- a/src/features/AuthStore/helpers.tsx +++ b/src/features/AuthStore/helpers.tsx @@ -48,6 +48,8 @@ const redirectUrl = () => { // } +======= +>>>>>>> 4cdd32c (maybe fix redirect_uri for auth) export const getClientSettings = (): Settings => ({ authority: AUTH_SERVICE, automaticSilentRenew: true,