File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
TwoFactorAuth/view/adminhtml/web Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ define([
8585 waitForTouch : function ( ) {
8686 this . idle ( false ) ;
8787 if ( ! navigator . credentials ) {
88- this . currentStep ( " no-webauthn" ) ;
88+ this . currentStep ( ' no-webauthn' ) ;
8989 return ;
9090 }
9191 navigator . credentials . get ( {
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ define([
7979 waitForTouch : function ( ) {
8080 this . idle ( false ) ;
8181 if ( ! navigator . credentials ) {
82- this . currentStep ( " no-webauthn" ) ;
82+ this . currentStep ( ' no-webauthn' ) ;
8383 return ;
8484 }
8585 navigator . credentials . create ( {
Original file line number Diff line number Diff line change 99 < fieldset class ="admin__fieldset ">
1010 < legend class ="admin__legend ">
1111 < span translate ="'2FA - U2F key verification' "> </ span >
12- </ legend > < br / >
12+ </ legend > < br >
1313 < div class ="tfa-u2f-touch-key ">
1414 < h3 translate ="'Plug in your U2F key and follow instructions' "> </ h3 >
1515 < div visible ="$data.idle " class ="tfa-u2f-try-again ">
Original file line number Diff line number Diff line change 99 < fieldset class ="admin__fieldset ">
1010 < legend class ="admin__legend ">
1111 < span translate ="'2FA - U2F key device registration' "> </ span >
12- </ legend > < br / >
12+ </ legend > < br >
1313 < div id ="u2f-touch-key ">
1414 < h3 translate ="'Plug in your U2F key and follow instructions' "> </ h3 >
1515 < div visible ="$data.idle " class ="tfa-u2f-try-again ">
You can’t perform that action at this time.
0 commit comments