diff options
Diffstat (limited to 'user')
| -rw-r--r-- | user/user.go | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/user/user.go b/user/user.go index 132acb6..ee36e95 100644 --- a/user/user.go +++ b/user/user.go @@ -40,7 +40,7 @@ type User struct {  	gorm.Model  	Username   string  	Email      string -  Password   string `json:"-"` +	Password   string  	IsVerified bool  }  |