From 697a880c871dfde060548b7b8d2b4ee6cf08ad61 Mon Sep 17 00:00:00 2001 From: grngxd <36968271+grngxd@users.noreply.github.com> Date: Fri, 8 Aug 2025 22:32:01 +0100 Subject: [PATCH] embeds --- internal/auth/types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/auth/types.go b/internal/auth/types.go index a36ac90..1d42cb5 100644 --- a/internal/auth/types.go +++ b/internal/auth/types.go @@ -38,6 +38,8 @@ type User struct { Email string `json:"email"` CreatedAt time.Time `json:"created_at"` HashedApiKey string `json:"hashed_api_key"` + Avatar string `json:"avatar"` + GlobalName string `json:"global_name"` } type AvatarDecorationData struct {