Admin: Add user page
This commit is contained in:
parent
bc0e92bdac
commit
d34e85a18f
24 changed files with 456 additions and 77 deletions
|
|
@ -224,4 +224,5 @@ type InputType string
|
|||
const (
|
||||
TextField InputType = "text"
|
||||
PasswordField InputType = "password"
|
||||
CheckboxField InputType = "checkbox"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue