diff --git a/src/router/profile.ts b/src/router/profile.ts
index dbe9d78e..b32c90e0 100644
--- a/src/router/profile.ts
+++ b/src/router/profile.ts
@@ -33,4 +33,8 @@ export const profileRoutes: RouteRecordRaw[] = [
path: 'change-email',
component: () => import('@/views/auth/ChangeEmailView.vue'),
},
+ {
+ path: 'add-email',
+ component: () => import('@/views/auth/AddEmailView.vue'),
+ },
];
diff --git a/src/views/auth/AddEmailView.vue b/src/views/auth/AddEmailView.vue
new file mode 100644
index 00000000..de9e0568
--- /dev/null
+++ b/src/views/auth/AddEmailView.vue
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
+ Добавить Email
+
+
+
+
+
diff --git a/src/views/profile/ProfileSettingsView.vue b/src/views/profile/ProfileSettingsView.vue
index 6ca57543..c98a6cd2 100644
--- a/src/views/profile/ProfileSettingsView.vue
+++ b/src/views/profile/ProfileSettingsView.vue
@@ -52,6 +52,16 @@ const OnClick = async () => {
>
Изменение почты
+
+ Добавление почты
+