clear lot of tickets
This commit is contained in:
@@ -72,6 +72,7 @@ const CreatePassword = () => {
|
||||
await usersRef.doc(uid).set(
|
||||
{
|
||||
email: email.trim(),
|
||||
emailNotifications: true,
|
||||
...(trimmedFirstName ? { firstName: trimmedFirstName } : {}),
|
||||
...(trimmedLastName ? { lastName: trimmedLastName } : {}),
|
||||
...(trimmedCity ? { city: trimmedCity } : {}),
|
||||
|
||||
Reference in New Issue
Block a user