Make form for linking patreon subscription

This commit is contained in:
2020-10-19 21:28:11 +02:00
parent 55c2f66709
commit e552a3d8a6
5 changed files with 124 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ const (
FieldTypeCurrentPassword FieldType = "current-password"
FieldTypeNewPassword FieldType = "new-password"
FieldTypeCaptcha FieldType = "captcha"
FieldTypeDescription FieldType = "description"
)
// ReadInput reads the form of a request and fills in the values for each field.