first name

This commit is contained in:
2026-01-05 00:03:17 +03:30
parent afae185f63
commit 57674ea572
+1 -1
View File
@@ -37,7 +37,7 @@ export class UserService {
// firstName is required on the entity; use phone as a sensible default // firstName is required on the entity; use phone as a sensible default
const _raw = { const _raw = {
phone: normalizedPhone, phone: normalizedPhone,
firstName: new Date().toISOString(), firstName: '[نام]',
// keep dates undefined (no value) — cast through unknown to satisfy TS typing // keep dates undefined (no value) — cast through unknown to satisfy TS typing
birthDate: undefined, birthDate: undefined,
marriageDate: undefined, marriageDate: undefined,