Commit 84f03a16 by Ahsan Ulhaq

Reverification flow asks for permission to use the webcam twice

In-course Reverification checkpoint ask for the camera access twice on
Chrome.

ECOM-1739
parent 4662246b
......@@ -37,7 +37,6 @@
this.listenTo( this.model, 'sync', _.bind( this.handleSubmitPhotoSuccess, this ));
this.listenTo( this.model, 'error', _.bind( this.handleSubmissionError, this ));
this.render();
},
render: function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment