Преглед изворни кода

:recycle: disable auto-relogin on route change

:recycle: disable auto-relogin on route change
brian_lifecycle_docs
j пре 2 година
родитељ
комит
23f72a00d1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      frontend/src/router/index.js

+ 1
- 1
frontend/src/router/index.js Прегледај датотеку

15
         path: '/',
15
         path: '/',
16
         component: HomeView,
16
         component: HomeView,
17
         name: 'HomeView',
17
         name: 'HomeView',
18
-        meta: { requiresAuth: true, requiresCompleteProfile: true },
18
+        meta: { requiresAuth: true, requiresCompleteProfile: false },
19
     },
19
     },
20
     {
20
     {
21
         path: '/profile/:pid',
21
         path: '/profile/:pid',

Loading…
Откажи
Сачувај