From 9a077c5c90178dcfe3ca343128468d3773b53f34 Mon Sep 17 00:00:00 2001 From: Pranav C <61551451+pranavxc@users.noreply.github.com> Date: Wed, 21 Jul 2021 19:40:08 +0530 Subject: [PATCH] feat: feedback form Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com> --- .../nc-gui/components/auth/userManagement.vue | 11 +++++++--- packages/nc-gui/components/feedbackForm.vue | 21 +++++++++++++++++++ 2 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 packages/nc-gui/components/feedbackForm.vue diff --git a/packages/nc-gui/components/auth/userManagement.vue b/packages/nc-gui/components/auth/userManagement.vue index abbc3fca5b..3ad9271132 100644 --- a/packages/nc-gui/components/auth/userManagement.vue +++ b/packages/nc-gui/components/auth/userManagement.vue @@ -60,7 +60,7 @@ - + @@ -436,7 +439,8 @@

Looks like you have not configured mailer yet!
Please copy above invite - link and send it to {{ invite_token && (invite_token.email || invite_token.emails && invite_token.emails.join(', ')) }}. + link and send it to + {{ invite_token && (invite_token.email || invite_token.emails && invite_token.emails.join(', ')) }}.

@@ -502,6 +506,7 @@ + +