瀏覽代碼

: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…
取消
儲存