UserProfile #1

Merged
phoenix merged 30 commits from user_profile into main 2026-05-27 22:59:45 -04:00
Showing only changes of commit 19d074d3d7 - Show all commits
+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"`
}