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 +