json bson for validated field
This commit is contained in:
parent
d196373abc
commit
6ea35de5dd
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue