Extra fixes for the privacy page

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-03-26 19:27:51 +01:00
parent 380d7c56a8
commit df012f5af7
3 changed files with 8 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ export const routes = [
path: "/interact",
name: RouteName.INTERACT,
component: (): Promise<EsModuleComponent> =>
import(/* webpackChunkName: "cookies" */ "@/views/Interact.vue"),
import(/* webpackChunkName: "interact" */ "@/views/Interact.vue"),
meta: { requiredAuth: false },
},
{