add country mapping (#480)

* add country mapping

* update backend verifier

* delete unused setting

* add orgs

* update country codes

* fix nationality

* bump sdk versions

---------

Co-authored-by: motemotech <i.am.nicoshark@gmail.com>
This commit is contained in:
turnoffthiscomputer
2025-03-25 11:00:51 -04:00
committed by GitHub
parent 5a3ac1e091
commit 2c46d34e48
11 changed files with 555 additions and 28 deletions

View File

@@ -57,7 +57,7 @@ export default function Disclosures({ disclosures }: DisclosureProps) {
break;
case 'excludedCountries':
text = `I am not a citizen of the following countries: ${countriesToSentence(
disclosures.excludedCountries || [],
disclosures.excludedCountries as Country3LetterCode[] || [],
)}`;
break;
case 'minimumAge':