Cleanup unused webpack comment
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
1400eadfb5
commit
b261756bae
|
@ -134,9 +134,7 @@ export const routes = [
|
||||||
path: "/auth/:provider/callback",
|
path: "/auth/:provider/callback",
|
||||||
name: "auth-callback",
|
name: "auth-callback",
|
||||||
component: (): Promise<any> =>
|
component: (): Promise<any> =>
|
||||||
import(
|
import("@/views/User/ProviderValidation.vue"),
|
||||||
/* webpackChunkName: "ProviderValidation" */ "@/views/User/ProviderValidation.vue"
|
|
||||||
),
|
|
||||||
meta: {
|
meta: {
|
||||||
announcer: {
|
announcer: {
|
||||||
message: (): string => t("Redirecting to Mobilizon") as string,
|
message: (): string => t("Redirecting to Mobilizon") as string,
|
||||||
|
|
Loading…
Reference in a new issue