Skip to content

Commit 55cb7f4

Browse files
committed
Redirect /de/login to django login
1 parent cb1600f commit 55cb7f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vue/src/router/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ const routes = [
3131
{
3232
path: 'login/',
3333
name: 'login',
34-
component: () => import('@/views/Login.vue'),
35-
meta: {
36-
layout: () => import('@/layouts/LayoutDefault.vue')
37-
},
3834
beforeEnter: () => {
3935
window.location.href = '/account/login/?next=/';
4036
}

0 commit comments

Comments
 (0)