ソースを参照

: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',

読み込み中…
キャンセル
保存