-
-
-
-
-
- User Name
-
-
-
-
-
-
-
-
-
Default Language
-
Lang
-
-
-
-
-
-
-
-
-
-
-
- Permissions
-
- Staff
- Root
- Active
-
-
-
-
- Introductions
-
-
-
+
+
Submit
+
+
+
+
+
+
+
+ User Name
+
+
+
+
+
+
+
+
+
Default Language
+
Lang
+
+
+
+
+
+
+
+
+
+
+
+ Permissions
+
+ Staff
+ Root
+ Active
+
+
+
+
+ Introductions
+
+
+
+
@@ -213,6 +182,10 @@ export default {
diff --git a/src/components/user/secure.vue b/src/components/user/secure.vue
new file mode 100644
index 00000000..e3ffcfd5
--- /dev/null
+++ b/src/components/user/secure.vue
@@ -0,0 +1,33 @@
+
+
+
+
+
+ Change Password
+
+
+
+
+
+
+
+
+
diff --git a/src/router.js b/src/router.js
index ee0d52f3..79e836e4 100644
--- a/src/router.js
+++ b/src/router.js
@@ -7,9 +7,6 @@ let router = new Router({
routes: [{
path: '/',
component: () => import('./components/home/page.vue')
- }, {
- path: '/account/password',
- component: () => import('./components/user/changePassword.vue')
}, {
path: '/account/:id',
component: () => import('./components/user/content.vue')