From 1c4f0027ce1ef521c601949da6621b7f577e8cfc Mon Sep 17 00:00:00 2001 From: Dmitry Kosolapov home Date: Wed, 31 Aug 2022 10:50:18 +0700 Subject: [PATCH] replace instat to insports --- src/features/AuthStore/helpers.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/features/AuthStore/helpers.tsx b/src/features/AuthStore/helpers.tsx index 8dc8d757..f538807b 100644 --- a/src/features/AuthStore/helpers.tsx +++ b/src/features/AuthStore/helpers.tsx @@ -30,7 +30,6 @@ export const getClientNameByRedirectUri = () => { } const redirectUrl = () => { - getClientNameByRedirectUri() return `${window.origin}/redirect` }