updated plugin WP-WebAuthn version 1.4.1

This commit is contained in:
2026-06-03 21:27:37 +00:00
committed by Gitium
parent e4b9b8235b
commit 5cd2237fad
39 changed files with 2660 additions and 1265 deletions

View File

@ -33,7 +33,8 @@ function updateLog() {
url: php_vars.ajax_url,
type: 'GET',
data: {
action: 'wwa_get_log'
action: 'wwa_get_log',
_ajax_nonce: php_vars._ajax_nonce
},
success: function (data) {
if (typeof data === 'string') {
@ -71,7 +72,8 @@ jQuery('#clear_log').click((e) => {
url: php_vars.ajax_url,
type: 'GET',
data: {
action: 'wwa_clear_log'
action: 'wwa_clear_log',
_ajax_nonce: php_vars._ajax_nonce
},
success: function () {
updateLog();