mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
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:
committed by
GitHub
parent
5a3ac1e091
commit
2c46d34e48
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user