Skip to content

Commit

Permalink
fix(Onfido): added microphone aloowed requirement to iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-blockchain committed Dec 24, 2018
1 parent 56ddcca commit ab45387
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const MODAL_NAME = 'Onfido'
export const { ONFIDO_STARTED } = model.analytics.KYC

const OnfidoIframe = styled.iframe.attrs({
allow: 'camera'
allow: 'camera; microphone'
})`
width: 100%;
height: 604px;
Expand Down

0 comments on commit ab45387

Please sign in to comment.