From 2f5eb9080d4ba46b1aa2c53a1555cb70a6e962f8 Mon Sep 17 00:00:00 2001 From: Rakov Roman Date: Thu, 1 Sep 2022 13:06:11 +0300 Subject: [PATCH] fix(fix): some fixes --- src/features/AuthStore/helpers.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/features/AuthStore/helpers.tsx b/src/features/AuthStore/helpers.tsx index 03816f2f..922e1980 100644 --- a/src/features/AuthStore/helpers.tsx +++ b/src/features/AuthStore/helpers.tsx @@ -4,6 +4,7 @@ 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,