From 0de91aec02e9d198254bb90dc5d3f7aa8e359175 Mon Sep 17 00:00:00 2001 From: Dmitry Kosolapov home Date: Wed, 31 Aug 2022 15:17:53 +0700 Subject: [PATCH] maybe fix redirect_uri for auth --- 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 f903a763..3d01d2d2 100644 --- a/src/features/AuthStore/helpers.tsx +++ b/src/features/AuthStore/helpers.tsx @@ -4,7 +4,6 @@ import { WebStorageStateStore } from 'oidc-client' import { client } from 'config/clients' import { AUTH_SERVICE } from 'config/routes' import { ClientIds, ClientNames } from 'config/clients/types' -import { ENV, stageENV } from 'config/env' interface Settings extends UserManagerSettings { client_id: ClientIds,