Еще нет профиля?
diff --git a/src/views/profile/ProfileEditAuthView.vue b/src/views/profile/ProfileEditAuthView.vue
index b3f574c..3f73615 100644
--- a/src/views/profile/ProfileEditAuthView.vue
+++ b/src/views/profile/ProfileEditAuthView.vue
@@ -32,7 +32,12 @@ const canUnlinked = computed(() =>
@@ -43,8 +48,9 @@ const canUnlinked = computed(() =>
v-for="button of canUnlinked"
:key="button.method"
:button="button"
+ location="auth-edit"
:disabled="profileStore.authMethods.length === 1"
- unlink
+ :unlink="true"
/>