From 8e5d27954d76014150512250c72187ed5db87fe7 Mon Sep 17 00:00:00 2001 From: Matthew White Date: Mon, 11 Dec 2023 16:48:08 -0500 Subject: [PATCH] Show custom alert message for duplicate email address 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 | 45 +++++++++++++++++++ transifex/strings_en.json | 10 +++++ 5 files changed, 124 insertions(+), 3 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.