Added todo
This commit is contained in:
@@ -4,6 +4,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// TODO: Replace Usr with all the fields from User, except Password and other sensitive fields
|
||||||
type UserProfile struct {
|
type UserProfile struct {
|
||||||
Usr *User `json:"user"`
|
Usr *User `json:"user"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user