diff --git a/tx0/user/user_profile.go b/tx0/user/user_profile.go index 5df6b6a..8b9e06a 100644 --- a/tx0/user/user_profile.go +++ b/tx0/user/user_profile.go @@ -4,6 +4,7 @@ import ( "fmt" ) +// TODO: Replace Usr with all the fields from User, except Password and other sensitive fields type UserProfile struct { Usr *User `json:"user"` }