diff --git a/js/src/router/index.ts b/js/src/router/index.ts index 579999522..b9ed1ca1e 100644 --- a/js/src/router/index.ts +++ b/js/src/router/index.ts @@ -134,9 +134,7 @@ export const routes = [ path: "/auth/:provider/callback", name: "auth-callback", component: (): Promise => - import( - /* webpackChunkName: "ProviderValidation" */ "@/views/User/ProviderValidation.vue" - ), + import("@/views/User/ProviderValidation.vue"), meta: { announcer: { message: (): string => t("Redirecting to Mobilizon") as string,