assets/js/concise/AuthManager.js
@@ -243,6 +243,21 @@ }); } getHeader(action) { switch (action) { case 'dash': return { 'X-Action-Nonce': this.getNonce('dash') }; case 'default': return { 'X-WP-Nonce': this.getNonce() }; default: return {}; } } } // Initialize global instance