Reverification flow asks for permission to use the webcam twice

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

ECOM-1739
This commit is contained in:
Ahsan Ulhaq
2015-06-25 15:39:51 +05:00
parent 4662246bf3
commit 84f03a16a6

View File

@@ -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() {