diff --git a/storage/accounts.go b/storage/accounts.go index 09fbc06..2a6a256 100755 --- a/storage/accounts.go +++ b/storage/accounts.go @@ -23,6 +23,6 @@ type LocalAuth struct { } type Validation struct { - Validated bool + Validated bool `json:"validated" bson:"validated"` ValidationCode string `json:"validation_code" bson:"validation_code"` }