From 8fdbf329133bd3b885cab91ecfc4ca828a3a5ca6 Mon Sep 17 00:00:00 2001 From: tsoganov Date: Wed, 29 Jan 2025 11:50:45 +0200 Subject: [PATCH] Added country claim for birthday ident verifications --- app/interactions/actions/contact_verify.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }