From 294323e7f5a239fc0043a5bb001b205db41539ae Mon Sep 17 00:00:00 2001 From: Matthew White Date: Mon, 11 Dec 2023 22:18:35 -0500 Subject: [PATCH] Show custom alert message for duplicate email address (#912) Closes getodk/central#144. --- src/components/user/edit/basic-details.vue | 10 +++- src/components/user/new.vue | 17 +++++- .../user/edit/basic-details.spec.js | 45 +++++++++++++++ test/components/user/new.spec.js | 57 +++++++++++++++++-- transifex/strings_en.json | 10 ++++ 5 files changed, 130 insertions(+), 9 deletions(-) diff --git a/src/components/user/edit/basic-details.vue b/src/components/user/edit/basic-details.vue index 3eb9326ef..3e1e882ce 100644 --- a/src/components/user/edit/basic-details.vue +++ b/src/components/user/edit/basic-details.vue @@ -34,6 +34,7 @@ except according to the terms contained in the LICENSE file.