From 19d074d3d77e15569ee3bce82a2bec22b3d753e2 Mon Sep 17 00:00:00 2001 From: phoenix Date: Mon, 25 May 2026 22:46:00 -0400 Subject: [PATCH] Added todo --- tx0/user/user_profile.go | 1 + 1 file changed, 1 insertion(+) 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"` }