Added todo
Go Release / build-and-release (pull_request) Successful in 6s
Go CI / Test and Lint (pull_request) Successful in 6s
Go CI / Test and Lint (push) Successful in 17s

This commit is contained in:
2026-05-25 22:46:00 -04:00
parent 209e1428d8
commit 19d074d3d7
+1
View File
@@ -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"`
}