diff --git a/front/src/router/index.js b/front/src/router/index.js index 314bf5b1d..bd0c7c7cf 100644 --- a/front/src/router/index.js +++ b/front/src/router/index.js @@ -1025,6 +1025,7 @@ export default new Router({ }, { path: '*', + name: '404', component: () => import(/* webpackChunkName: "core" */ '@/components/PageNotFound') } diff --git a/front/src/views/auth/Login.vue b/front/src/views/auth/Login.vue index 3a5b076da..a63716555 100644 --- a/front/src/views/auth/Login.vue +++ b/front/src/views/auth/Login.vue @@ -3,30 +3,40 @@ Log in to your Funkwhale account - +