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` }