Skip to content

Commit

Permalink
fix click issue on 2fa provider selection
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Aug 17, 2018
1 parent 1343897 commit 2fe294a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/accounts/two-factor-options.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h3 class="modal-title">{{'twoStepOptions' | i18n}}</h3>
</div>
<div class="modal-body">
<p *ngFor="let p of providers">
<a href="#" (click)="choose(p)">
<a href="#" appStopClick (click)="choose(p)">
<strong>{{p.name}}</strong>
</a>
<br /> {{p.description}}
Expand Down

0 comments on commit 2fe294a

Please sign in to comment.