forked from potsda.mn/mobilizon
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",
|
||||
name: "auth-callback",
|
||||
component: (): Promise<any> =>
|
||||
import(
|
||||
/* webpackChunkName: "ProviderValidation" */ "@/views/User/ProviderValidation.vue"
|
||||
),
|
||||
import("@/views/User/ProviderValidation.vue"),
|
||||
meta: {
|
||||
announcer: {
|
||||
message: (): string => t("Redirecting to Mobilizon") as string,
|
||||
|
|
Loading…
Reference in a new issue