Skip to content

Commit bd2a5a5

Browse files
esauerbocalebpollman
authored andcommitted
fix(liveness): Hide verifying screen video (#5553)
1 parent 7b8ced8 commit bd2a5a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-liveness/src/components/FaceLivenessDetector/LivenessCheck/LivenessCameraModule.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,8 @@ export const LivenessCameraModule = (
423423
data-testid="video"
424424
className={classNames(
425425
LivenessClassNames.Video,
426-
isCameraUserFacing && LivenessClassNames.UserFacingVideo
426+
isCameraUserFacing && LivenessClassNames.UserFacingVideo,
427+
isRecordingStopped && LivenessClassNames.FadeOut
427428
)}
428429
aria-label={cameraDisplayText.a11yVideoLabelText}
429430
/>

0 commit comments

Comments
 (0)