Skip to content

Commit

Permalink
PM-8113 - 2FA Auth Comp - for form validated 2FA methods, add enter s…
Browse files Browse the repository at this point in the history
…upport.
  • Loading branch information
JaredSnider-Bitwarden committed Feb 2, 2025
1 parent 118aea3 commit a5ca2f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</ng-container>

<ng-container *ngIf="!loading">
<form [bitSubmit]="submit" [formGroup]="form" autocomplete="off">
<form [bitSubmit]="submit" [formGroup]="form" autocomplete="off" (keydown.enter)="submit()">
<app-two-factor-auth-email
[tokenFormControl]="tokenFormControl"
*ngIf="selectedProviderType === providerType.Email"
Expand Down

0 comments on commit a5ca2f9

Please sign in to comment.