feat: account verified at
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user