diff --git a/app/interactions/actions/contact_verify.rb b/app/interactions/actions/contact_verify.rb index 3a272d162..e8c4babf7 100644 --- a/app/interactions/actions/contact_verify.rb +++ b/app/interactions/actions/contact_verify.rb @@ -42,7 +42,8 @@ module Actions { claims_required: [ { type: 'birthdate', value: contact.ident }, - { type: 'name', value: contact.name } + { type: 'name', value: contact.name }, + { type: 'country', value: contact.ident_country_code } ], reference: contact.code }