From 0e896ef7d25d086fe10348a6a88e138517ec2bee Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 20 Dec 2021 09:31:40 +0100 Subject: [PATCH] SendActivationEmail mutation added to the admin and linked to the resendEmailFunction. --- .../ConfirmRegisterMailFormular.vue | 24 +++++++++++++++---- admin/src/graphql/sendActivationEmail.js | 7 ++++++ 2 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 admin/src/graphql/sendActivationEmail.js diff --git a/admin/src/components/ConfirmRegisterMailFormular.vue b/admin/src/components/ConfirmRegisterMailFormular.vue index 5ccf2eb15..9eaead65c 100644 --- a/admin/src/components/ConfirmRegisterMailFormular.vue +++ b/admin/src/components/ConfirmRegisterMailFormular.vue @@ -20,8 +20,8 @@