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([
85
85
waitForTouch : function ( ) {
86
86
this . idle ( false ) ;
87
87
if ( ! navigator . credentials ) {
88
- this . currentStep ( " no-webauthn" ) ;
88
+ this . currentStep ( ' no-webauthn' ) ;
89
89
return ;
90
90
}
91
91
navigator . credentials . get ( {
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ define([
79
79
waitForTouch : function ( ) {
80
80
this . idle ( false ) ;
81
81
if ( ! navigator . credentials ) {
82
- this . currentStep ( " no-webauthn" ) ;
82
+ this . currentStep ( ' no-webauthn' ) ;
83
83
return ;
84
84
}
85
85
navigator . credentials . create ( {
Original file line number Diff line number Diff line change 9
9
< fieldset class ="admin__fieldset ">
10
10
< legend class ="admin__legend ">
11
11
< span translate ="'2FA - U2F key verification' "> </ span >
12
- </ legend > < br / >
12
+ </ legend > < br >
13
13
< div class ="tfa-u2f-touch-key ">
14
14
< h3 translate ="'Plug in your U2F key and follow instructions' "> </ h3 >
15
15
< div visible ="$data.idle " class ="tfa-u2f-try-again ">
Original file line number Diff line number Diff line change 9
9
< fieldset class ="admin__fieldset ">
10
10
< legend class ="admin__legend ">
11
11
< span translate ="'2FA - U2F key device registration' "> </ span >
12
- </ legend > < br / >
12
+ </ legend > < br >
13
13
< div id ="u2f-touch-key ">
14
14
< h3 translate ="'Plug in your U2F key and follow instructions' "> </ h3 >
15
15
< div visible ="$data.idle " class ="tfa-u2f-try-again ">
You can’t perform that action at this time.
0 commit comments