VITE_DEV_USER_EMAIL in .env.local to a person email present in the identity service, or configure window.__OIDC_CONFIG__ via public/oidc-config.js and sign in."
- },
"members_table": {
"view_team_stats": "View team stats",
"click_hint": "Click member to open IC dashboard"
diff --git a/src/main.tsx b/src/main.tsx
index 63ab7c3..673fce8 100644
--- a/src/main.tsx
+++ b/src/main.tsx
@@ -6,16 +6,13 @@ import { I18nextProvider } from "react-i18next";
import "./index.css";
import { CatalogProvider } from "@/api/catalog-provider";
-import { OidcManager, captureOverrideFromUrl, storeStartUrl } from "@/auth";
+import { loadSession } from "@/auth";
import { AppErrorBoundary } from "@/components/app-error-boundary";
import { ThemeProvider } from "@/components/theme-provider";
import i18n from "@/i18n";
import { queryClient } from "@/query-client";
import { router } from "./router";
-captureOverrideFromUrl();
-storeStartUrl();
-
async function enableMocking(): Promise- {t("auth.callback.completing")} -
-