Admin: Add user page

This commit is contained in:
Tom Wiesing 2023-01-04 16:10:55 +01:00
parent bc0e92bdac
commit d34e85a18f
No known key found for this signature in database
24 changed files with 456 additions and 77 deletions

View file

@ -224,4 +224,5 @@ type InputType string
const (
TextField InputType = "text"
PasswordField InputType = "password"
CheckboxField InputType = "checkbox"
)