fix: small bugfixes and improvements

This commit is contained in:
Taranto 2020-09-24 09:33:43 +01:00 committed by Josh Harvey
parent f6547341f1
commit c45241471e
14 changed files with 97 additions and 205 deletions

View file

@ -117,6 +117,8 @@ const getRequirementText = config => {
return 'asked to scan a ID'
case 'facephoto':
return 'asked to have a photo taken'
case 'us-ssn':
return 'asked to input his social security number'
case 'sanctions':
return 'matched against the OFAC sanctions list'
case 'superuser':