Skip to content

Commit

Permalink
Me: In 2fa via app flow, toggle method before analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
ebinnion committed Dec 9, 2015
1 parent 7f9064d commit 9d94e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/me/security-2fa-enable/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ module.exports = React.createClass( {
<a
className="security-2fa-enable__toggle"
onClick={ function( event ) {
analytics.ga.recordEvent( 'Me', 'Clicked On Barcode Toggle Link', 'current-method', this.state.method );
this.toggleMethod( event );
analytics.ga.recordEvent( 'Me', 'Clicked On Barcode Toggle Link', 'current-method', this.state.method );
}.bind( this ) }
/>
);
Expand Down

0 comments on commit 9d94e05

Please sign in to comment.