Commit c3593e9
[4.3] Fix submit button focus on frontend MFA captive login page when using Webauthn (#40555)
* Fix submit button focus on MFA captive site login
* Revert "[4.3] Fix javascript error on frontend MFA captive login page (#40330)"
This reverts commit b5f5db7.
* Use optional chaining operator
* Revert unneccessary check for the button
* PHPCS
---------
Co-authored-by: Olivier Buisard <[email protected]>1 parent c764698 commit c3593e9
File tree
2 files changed
+6
-8
lines changed- build/media_source/com_users/js
- components/com_users/tmpl/captive
2 files changed
+6
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 25 | + | |
| 26 | + | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
0 commit comments