mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 06:56:23 +02:00
Added country claim for birthday ident verifications
This commit is contained in:
parent
9f81402d64
commit
8fdbf32913
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ module Actions
|
||||||
{
|
{
|
||||||
claims_required: [
|
claims_required: [
|
||||||
{ type: 'birthdate', value: contact.ident },
|
{ 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
|
reference: contact.code
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue