From e7d34733162d3ca766b32db82b18cc2db8b19554 Mon Sep 17 00:00:00 2001 From: lesion Date: Tue, 19 Oct 2021 16:37:28 +0200 Subject: [PATCH] clean SMTP component --- components/admin/SMTP.vue | 32 ++++++++++++++++---------------- components/admin/Settings.vue | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/components/admin/SMTP.vue b/components/admin/SMTP.vue index 8bccd115..9f00774b 100644 --- a/components/admin/SMTP.vue +++ b/components/admin/SMTP.vue @@ -6,6 +6,7 @@ v-form(v-model='isValid') v-text-field(v-model='admin_email' + @blur="save('admin_email', admin_email )" :label="$t('admin.admin_email')" :rules="$validators.email") @@ -31,27 +32,21 @@