data format update

This commit is contained in:
Eric van der Vlist 2023-02-22 13:29:27 +01:00
parent ce873a72e5
commit f966422439
1 changed files with 9 additions and 0 deletions

View File

@ -101,6 +101,15 @@ const Invitation: Component<Props> = (props) => {
Please provide a valid URL
</TextField.ErrorMessage>
</TextField.Root>
<TextField.Root>
<TextField.Label>User name</TextField.Label>
<TextField.Input
type='text'
name='username'
required={true}
placeholder='user name'
/>
</TextField.Root>
<TextField.Root>
<TextField.Label>Password</TextField.Label>
<TextField.Input