diff --git a/src/components/user/FindPassword.vue b/src/components/user/FindPassword.vue
index e69de29..d4e7bca 100644
--- a/src/components/user/FindPassword.vue
+++ b/src/components/user/FindPassword.vue
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+
+
+
+
+
+ 취소
+
+
+
+
+
+
+
+
+
{{ passwordcheckError }}
+
+
+
+
+
+
+
+
diff --git a/src/router/index.js b/src/router/index.js
index 3d06bf2..0c6965f 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -51,6 +51,12 @@ const routes = [
component: () => import('@v/user/TheRegister.vue'),
meta: { layout: 'NoLayout', requiresGuest: true },
},
+ {
+ path: '/pw',
+ name: 'Password',
+ component: () => import('@v/user/ThePassword.vue'),
+ meta: { layout: 'NoLayout', requiresGuest: true },
+ },
{
path: '/vacation',
component: () => import('@v/vacation/VacationManagement.vue'),
diff --git a/src/views/user/ThePassword.vue b/src/views/user/ThePassword.vue
new file mode 100644
index 0000000..854fbb0
--- /dev/null
+++ b/src/views/user/ThePassword.vue
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+