Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 44ac85bed7 |
@@ -3,7 +3,7 @@ package identity
|
||||
import "time"
|
||||
|
||||
type User struct {
|
||||
ID int `db:"id" json:"id"`
|
||||
ID string `db:"id" json:"id"`
|
||||
Email string `db:"email" json:"email"`
|
||||
Username string `db:"username" json:"username"`
|
||||
Password string `db:"password" json:"password"`
|
||||
|
||||
Reference in New Issue
Block a user