Skip to content

Commit

Permalink
feat(liveness): add instructions screen
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Jun 19, 2023
1 parent 74b70a4 commit 5a8a12a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/biometric/face-liveness-detector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function LivenessQuickStartReact({ handleNextForm, cedula }: any) {
onUserCancel={onUserCancel}
onError={(error) => setError(error)}
onAnalysisComplete={handleAnalysisComplete}
disableInstructionScreen={true}
disableInstructionScreen={false}
displayText={defaultLivenessDisplayText}
/>
)
Expand Down
4 changes: 2 additions & 2 deletions src/pages/register/registered/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export default function Index() {
<br />
<TextBody textCenter>
Revisa tu correo y haz clic en el enlace de confirmación, luego
podras ver, realizar tramites y solicitar servicios
gubernamentales con una sola cuenta y contraseña.
realizar tramites y solicitar servicios gubernamentales
con una sola cuenta y contraseña.
</TextBody>
<br />
</GridItem>
Expand Down

0 comments on commit 5a8a12a

Please sign in to comment.