tethysfaceid
Version:
80 lines (75 loc) • 2.82 kB
JavaScript
export const listItem = [
{ item: '* Background should be plain white or off-white' },
{ item: '* The entire face should be in focus' },
{ item: '* Eyeglasses should be worn if normally used by the subject ' },
{ item: '* Eyes should be open and looking at the camera' },
{ item: '* A natural expression is encouraged' },
];
export const dataTermsPage = [
{
type: 'head',
description: 'Facial Capture Instructions',
className: 'center',
},
{
type: 'h4',
description: 'PLEASE ENSURE THE POINTS',
className: 'center margin-top-3x',
},
{
type: 'image',
image: {
width: 100,
height: 100,
alt: 'facescan',
src: '/facescan.jpeg',
},
className: 'center margin-bottom-3x',
},
{
type: 'list',
className: 'type-none padding-left-0x margin-bottom-2x',
description: [
{ item: `<span class="mw-10">*</span> Background should be plain white or off-white` },
{ item: `<span class="mw-10">*</span> The entire face should be in focus` },
{ item: `<span class="mw-10">*</span> Eyeglasses should be worn if normally used by the subject ` },
{ item: `<span class="mw-10">*</span> Eyes should be open and looking at the camera` },
{ item: `<span class="mw-10">*</span> A natural expression is encouraged` },
]
},
{
type: 'para',
description: `One of our mandatory security steps is to prove your identity by taking a
picture of yourself and uploading it to your profile. This step captures
your biometrics and helps preventing any fraud against your account.
<br /><br />
Hit ‘I understand and consent’ to let us use your biometrics in the following ways`,
className: 'margin-bottom-2x'
},
{
type: 'subhead',
description: 'In-web, Security Purposes:',
className: 'center',
},
{
type: 'para',
description: `Creating and generating your e-ID, ensuring of the individual using the e-ID and
stopping your personal information from being used fraudulently.`,
className: 'margin-bottom-2x'
},
{
type: 'subhead',
description: `Search Purposes:`,
className: 'center',
},
{
type: 'para',
description: `To enhance the service we provide to our users and partners your biometrics are held and
analyzed excluding all personal identifiable information.`,
className: 'margin-bottom-1x'
},
{
type: 'para',
description: `To withdraw you consent follow Menu > Account > Settings > Consent.`,
}
]