From 9a5f0d4680d82091b167bc25e8c25afa1840417a 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 922e1980..03816f2f 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' export interface Settings extends UserManagerSettings { client_id: ClientIds,