Update grant page
This commit is contained in:
parent
021fc3cc7e
commit
97f5ac7e1a
10 changed files with 313 additions and 54 deletions
|
|
@ -211,3 +211,6 @@ const (
|
|||
PasswordField InputType = "password"
|
||||
CheckboxField InputType = "checkbox"
|
||||
)
|
||||
|
||||
// CheckboxChecked is the default value of a checked checkbox
|
||||
const CheckboxChecked = "on"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
//go:build nominify
|
||||
//go:build !nominify
|
||||
|
||||
package httpx
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
//go:build !nominify
|
||||
//go:build nominify
|
||||
|
||||
package httpx
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue