Skip to content
Snippets Groups Projects
Commit c6e1808b authored by Mélissa Aïdli's avatar Mélissa Aïdli
Browse files

Fixed syntax mistake phone number

parent f468366c
No related branches found
No related tags found
1 merge request!80New signup
......@@ -30,7 +30,7 @@ export class RegistrationAdapter {
first_name: obj.firstName,
last_name: obj.lastName,
dateOfBirth : obj.dateOfBirth,
phoneNumber : obj.phoneNumber,
phone_number : obj.phoneNumber,
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment