summaryrefslogtreecommitdiff
path: root/src/router/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/router/index.js')
-rw-r--r--src/router/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/router/index.js b/src/router/index.js
index 8fa42c89..0da37fa8 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -164,7 +164,8 @@ const routes = [
name: 'change-password',
component: () => import('@/views/ChangePassword'),
meta: {
- title: 'appPageTitle.changePassword'
+ title: 'appPageTitle.changePassword',
+ requiresAuth: true
}
}
]