first name
This commit is contained in:
@@ -37,7 +37,7 @@ export class UserService {
|
||||
// firstName is required on the entity; use phone as a sensible default
|
||||
const _raw = {
|
||||
phone: normalizedPhone,
|
||||
firstName: new Date().toISOString(),
|
||||
firstName: '[نام]',
|
||||
// keep dates undefined (no value) — cast through unknown to satisfy TS typing
|
||||
birthDate: undefined,
|
||||
marriageDate: undefined,
|
||||
|
||||
Reference in New Issue
Block a user