Skip to content

Commit 8e4277c

Browse files
committed
fix: oidc import
1 parent 21b9991 commit 8e4277c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { MuiDsfrThemeProvider } from "@codegouvfr/react-dsfr/mui";
44
import { startReactDsfr } from "@codegouvfr/react-dsfr/spa";
55
import { assert } from "tsafe/assert";
66
import "./ui/i18n/i18next";
7-
import { handleOidcCallback } from "oidc-spa/oidc/handleOidcCallback";
7+
import { handleOidcCallback } from "oidc-spa/core/handleOidcCallback";
88

99
handleOidcCallback();
1010

0 commit comments

Comments
 (0)