소스 검색

: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,7 +15,7 @@ const routes = [
15 15
         path: '/',
16 16
         component: HomeView,
17 17
         name: 'HomeView',
18
-        meta: { requiresAuth: true, requiresCompleteProfile: true },
18
+        meta: { requiresAuth: true, requiresCompleteProfile: false },
19 19
     },
20 20
     {
21 21
         path: '/profile/:pid',

Loading…
취소
저장