7 lines
86 B
Go
7 lines
86 B
Go
package html_components
|
|
|
|
type EmailLogin struct {
|
|
ShowError bool
|
|
Error string
|
|
}
|