Update grant page

This commit is contained in:
Tom Wiesing 2023-01-07 13:14:43 +01:00
parent 021fc3cc7e
commit 97f5ac7e1a
No known key found for this signature in database
10 changed files with 313 additions and 54 deletions

View file

@ -211,3 +211,6 @@ const (
PasswordField InputType = "password"
CheckboxField InputType = "checkbox"
)
// CheckboxChecked is the default value of a checked checkbox
const CheckboxChecked = "on"

View file

@ -1,4 +1,4 @@
//go:build nominify
//go:build !nominify
package httpx

View file

@ -1,4 +1,4 @@
//go:build !nominify
//go:build nominify
package httpx