From 6e622f75c645d258af7357991dd893d41d94c5d6 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Wed, 18 Dec 2019 20:03:22 -0500 Subject: [PATCH] fix contact deletion --- src/account/profile/PolicyPage.vue | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/account/profile/PolicyPage.vue b/src/account/profile/PolicyPage.vue index 29b3b74..ee5d1c4 100644 --- a/src/account/profile/PolicyPage.vue +++ b/src/account/profile/PolicyPage.vue @@ -89,7 +89,6 @@ {{messages.field_label_policy_contact_receivePromotionalMessages}} - @@ -216,11 +215,6 @@ {{messages.message_false}} - - - - {{messages.button_label_edit_contact}} - {{messages.button_label_remove_contact}} @@ -284,6 +278,13 @@ +
+
+ + +
{{ errors.first('nick') }}
+
+
@@ -355,14 +356,12 @@ } } if (!hasAuth) { - console.log('hasAuth is false, returning this.contactTypes='+JSON.stringify(this.contactTypes)); return this.contactTypes; } const types = []; for (let i=0; i