bump
This commit is contained in:
1
main.go
1
main.go
@@ -40,6 +40,7 @@ func main() {
|
||||
f.InputClasses = "block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm"
|
||||
f.LabelClasses = "block text-sm font-medium text-gray-700"
|
||||
f.ErrorClasses = "text-red-800 font-bold"
|
||||
|
||||
e := forms.NewElement()
|
||||
e.Label = "Email Address"
|
||||
e.Type = "text"
|
||||
|
Reference in New Issue
Block a user