Skip to content
Snippets Groups Projects

GREG-171: Populating gender and birthdate with suggestions based on national ID

Merged Tore.Brede requested to merge GREG-171_populate_birthdate_and_gender into master
All threads resolved!
Files
5
@@ -17,7 +17,6 @@ function getEmptyGuestData(): GuestInviteInformation {
role_name_nb: '',
role_start: '',
role_end: '',
comment: '',
email: '',
mobile_phone: '',
date_of_birth: null,
@@ -25,6 +24,7 @@ function getEmptyGuestData(): GuestInviteInformation {
passport: '',
countryForCallingCode: '',
authentication_method: AuthenticationMethod.Invite,
gender: '',
}
}
Loading