diff --git a/src/multipages/gate.routes.js b/src/multipages/gate.routes.js
index f84698a..eca1e40 100644
--- a/src/multipages/gate.routes.js
+++ b/src/multipages/gate.routes.js
@@ -35,7 +35,7 @@ export default [{
}
},
{
- path: 'reset-password/:token/:emailId',
+ path: 'reset-password/:token/:emailId?',
name: 'reset-password',
component: () => import(/* webpackChunkName: "gateModule" */ '@/routes/gate/reset.password.vue'),
meta: {
diff --git a/src/multipages/retailer.routes.js b/src/multipages/retailer.routes.js
index f40e235..5bfa276 100644
--- a/src/multipages/retailer.routes.js
+++ b/src/multipages/retailer.routes.js
@@ -310,6 +310,16 @@ export default [
},
}
},
+ {
+ path: 'customer/account/createPassword',
+ name: 'Create Password',
+ component: () => import(/* webpackChunkName: "craneMain" */ '@/routes/retailer/customerCreatePassword.vue'),
+ meta: {
+ breadcrumb: {
+ label: 'Create Password',
+ },
+ }
+ },
]
},
diff --git a/src/routes/retailer/customerCreatePassword.vue b/src/routes/retailer/customerCreatePassword.vue
new file mode 100644
index 0000000..5f495de
--- /dev/null
+++ b/src/routes/retailer/customerCreatePassword.vue
@@ -0,0 +1,14 @@
+
+
+
+
+