Commit 95091794 by Ahsan Ulhaq

Merge pull request #8671 from edx/ahsan/ECOM-1739-reverification-ask-for-webcam-permission-twice

Reverification flow asks for permission to use the webcam twice
parents 5ca6bfeb 84f03a16
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
this.listenTo( this.model, 'sync', _.bind( this.handleSubmitPhotoSuccess, this )); this.listenTo( this.model, 'sync', _.bind( this.handleSubmitPhotoSuccess, this ));
this.listenTo( this.model, 'error', _.bind( this.handleSubmissionError, this )); this.listenTo( this.model, 'error', _.bind( this.handleSubmissionError, this ));
this.render();
}, },
render: function() { 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