Login form
This commit is contained in:
@ -19,3 +19,12 @@ type ValidateFormContent struct {
|
||||
HasNumValueError bool
|
||||
NumValueError string
|
||||
}
|
||||
|
||||
type LoginFormValidationContent struct {
|
||||
Validated bool
|
||||
Username string
|
||||
UsernameError string
|
||||
Password string
|
||||
PasswordError string
|
||||
LoginError string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user