mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-11 05:06:52 +00:00
7 lines
111 B
Go
7 lines
111 B
Go
package view
|
|
|
|
type LoginFormViewModel struct {
|
|
Email string
|
|
Password string
|
|
Errors map[string]string
|
|
}
|