summaryrefslogtreecommitdiff
path: root/struct.go
diff options
context:
space:
mode:
Diffstat (limited to 'struct.go')
-rw-r--r--struct.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/struct.go b/struct.go
index a59b766..a19ed3b 100644
--- a/struct.go
+++ b/struct.go
@@ -46,6 +46,7 @@ type Request struct {
ConfirmEmail string
Password string
ConfirmPassword string
+ Legal bool
}
type Flash struct {