Jake Vanderwerf
2026-07-05 fff721dd185f5b97f7ae7a6e64189e55887ff590
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