d821d392/html_components/email-login.go
1970-01-01 00:00:00 +00:00

7 lines
86 B
Go

package html_components
type EmailLogin struct {
ShowError bool
Error string
}