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,