feat: account verified at

This commit is contained in:
2026-05-21 14:38:22 +02:00
parent d866bab8f5
commit 646f5a1ea8
3 changed files with 30 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ class UserResource extends JsonResource
'height' => $this->height,
'avatarUrl' => $this->avatar_url ? asset(Storage::url($this->avatar_url)) : null,
'bio' => $this->bio,
'accountVerified' => $this->account_verified_at !== null,
'physicalActivityLevel' => $this->physical_activity_level,
'weightGoal' => $this->weight_goal,
'pacePreference' => $this->pace_preference,