DONE: use full name for date in letter, include password in email after membership is done, block ic_number to exclude -

This commit is contained in:
ISMAIL MASSERAN
2026-07-08 12:13:51 +08:00
parent 18c0d268b1
commit 2f2f68f81f
23 changed files with 352 additions and 41 deletions
@@ -38,6 +38,7 @@ class UserResource extends JsonResource
'member_type' => $this->member_type,
'public_profile_token' => $this->public_profile_token,
'join_date' => $this->join_date,
'leave_date' => $this->leave_date,
'birth_date' => $this->birth_date,
'birth_place' => $this->birth_place,
'onboarding_completed_at' => $this->onboarding_completed_at,