From b4825cfd589dac09c0d2b11d6fa445cb4a97ecb8 Mon Sep 17 00:00:00 2001 From: evlist Date: Wed, 22 Feb 2023 15:45:52 +0100 Subject: [PATCH] dbCheck --- src/components/invitation/Invitation.tsx | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/src/components/invitation/Invitation.tsx b/src/components/invitation/Invitation.tsx index 7a782aa..9ba428b 100644 --- a/src/components/invitation/Invitation.tsx +++ b/src/components/invitation/Invitation.tsx @@ -139,6 +139,14 @@ const Invitation: Component = (props) => { setOpenDialog(true); }; + const createUserHandler = async () => { + console.log({ + caller: 'Invitation / createUserHandler', + props, + data: data(), + }); + }; + console.log({ caller: 'Invitation ', props, @@ -222,15 +230,23 @@ const Invitation: Component = (props) => { The database address seems to be wrong !! - {' '} + The user is already existing. - The user must be created. +
The user must be created.
+ + Create user +
- The user seems to exist but the password is wrong. +
+ The user seems to exist but the password is wrong. +
+ + Update password +